xuri

Results 199 comments of xuri

Thanks for your issue. Sorry, there is no plan to add this feature recently. Currently, you need to use exists reading function to implement this feature.

Thanks for your issue. This is similar to issues #80 and #189. Excelize library support sets custom Accounting number format or [built-in number format](https://xuri.me/excelize/en/style.html#number_format) for cells.

Could you show us a numeric precision problems case about this? The SetCellDefault function supports storage cell value as numeric by a given string data type value, but if you...

Thanks for your issue. This library doesn't support filtering cell values when you add an auto filter. As the documentation says: It isn't sufficient to just specify the filter condition....

You can create a style with date format by the `NewStyle` function at first, you will get a style index, then set the cell's style with style ID by the...

If the types of cells in a row are not all date, you need to set the style of the specified cells one by one with the `SetCellStyle` function, but...

Currently, please set the date type cell style one by one with the SetCellStyle function. I will consider to improve performance for this.

Thanks for your issue. If you open an existing workbook, please provide the file attachment without confidential info.

Thanks for your issue. Yes, that would be fine, contributions are welcome. I'll certainly accept that patch if somebody did that.

Thanks for your issue. Sorry, there no plan to add this feature recently, but I'll certainly accept that patch if somebody did that. Note that, please enable the AutoFit options...