Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
4 of 7 tasks
tamaroning opened this issue Nov 14, 2024 · 1 comment

Comments

@tamaroning
Copy link
Contributor

tamaroning commented Nov 14, 2024

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
@tamaroning
Copy link
Contributor Author

There seem to be the same issues with DocProperties, Formula, Image, Table, Url, and ChartPoint

@kenkoooo kenkoooo changed the title Format is not set after setFontName is called DocProperties, Formula, Image, Table, Url, and ChartPoint are not set after setFontName is called Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant