Skip to content

DocProperties, Formula, Image, Table, Url, and ChartPoint are not set after setFontName is called #6

@tamaroning

Description

@tamaroning

The code below does not work.

const format = new Format();    
format.setFontName('Meiryo UI')
      .setFontSize(9)
      .setAlign(FormatAlign.Center)
      .setBorder(FormatBorder.Thin);

ws.setRangeWithFormat(0, 0, 100, 100, format);

Other methods of Format seem not to work either.

  • Format
  • DocProperties
  • Formula
  • Image
  • Table
  • Url
  • ChartPoint

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions