The code below does not work. ```ts 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. - [x] Format - [x] DocProperties - [x] Formula - [ ] Image - [ ] Table - [x] Url - [ ] ChartPoint