Unplanned
Last Updated: 25 Feb 2020 15:44 by ADMIN
Victor
Created on: 30 Jan 2017 06:16
Category: Spreadsheet
Type: Feature Request
2
Add a field “Format” in the DefaultCellStyle property in spreadsheet
DefaultCellStyle property in spreadsheet has a field “Wrap”, but doesn’t have a field “Format”. For example, if I need to process all cells as text, I must set the field “Format” on a client side:
sheet.range("A1:AX200").wrap(true).format("@");
It works.
But the initialization of the range ("A1:AX200") takes time… It is not very fast…
It would be better to have the field “Format” in the DefaultCellStyle property in spreadsheet…
0 comments