xuri
xuri
Excelize library provides a set of utility functions to convert between cell reference and column/row number, so the user can get table range, convert the range to coordinates, and walk...
The status of merged cells was not stored with the sheet data internal workbook, so you can't get the merge status of the cell by the row's iterator (stream reader)....
The function `GetMergeCells` was a normal mode function, that will parse and load a worksheet to memory without a touch file system.
Thanks for your issue. Currently, the minimum Go version requirement of the latest version of this library was 1.16. For compatibility with users using these Go language versions, I think...
Thanks for your issue. Currently, the library doesn't support creating calculated fields. I'll consider adding the support in the future.
Thanks for your feedback. This issue is related to issues #725, #777, #826, and #1489. The normal mode function and stream mode function can't be used mixed. Because the stream...
Thanks for your issue. The library doesn't support set pivot table cell style currently. We need to implement pivot formats for this. Contributions are welcome. I'll certainly accept this feature...
That is exactly related to the same reason as this issue. Currently, the library doesn't support changing the cell style in the pivot table. We need to implement pivot formats...
Okay. Would you like to create a pull request to fix that?
Thanks for your issue. In Excel, the supported formats of the `DATEVALUE` functions `date_text` arguments were related to the operating system's regional format settings. Currently, this library just supports the...