summaryrefslogtreecommitdiff
path: root/cell_test.go
Commit message (Expand)AuthorAge
* This closes #1377, stream writer writes inline string type for string cell valuexuri2022-10-25
* Support get cell value which contains a date in the ISO 8601 formatxuri2022-10-24
* This closes #1369, support set, and get font color with theme and tint (#1370)GaoFei2022-10-15
* This closes #1368, fixes number parsing issue, adds support for create a 3D l...xuri2022-10-12
* This closes #1360, closes #1361xuri2022-09-28
* Using the specialized name in a variable and making comments clearxuri2022-09-18
* This makes 6 functions concurrency safetyxuri2022-09-11
* This closes #1330 update non existing sheet error messages (#1331)davidborry2022-08-28
* This closes #1290 and closes #1328xuri2022-08-24
* RichTextRun support set superscript and subscript by vertAlign attribute (#1252)jialei2022-06-13
* This closed #1163, fix set cell value with column and row style inherit issuexuri2022-05-15
* This closes #1219, fixes cell value reading issue, improves performance, and ...xuri2022-05-02
* This closes #1213, fix get incorrect rich text value caused by missing cell t...xuri2022-04-29
* Format code, update documentation and remove exported variable `XMLHeaderByte`xuri2022-03-24
* Fixed parsing decimal precision issuexuri2022-02-18
* Fix file corrupted in some cases, check file extension and format codexuri2022-01-23
* ref #1054, breaking change for the column and row's iteratorxuri2022-01-19
* Breaking change: remove `TotalRows` of row iterator and performance optimizationxuri2022-01-17
* ref #1096, reduce memory usage by about 50% for large data spreadsheetxuri2022-01-11
* Typo fix, rename exported constants, dependencies modules and copyright updatexuri2022-01-09
* This closes #1096, memory usage optimization and another 4 changesxuri2021-12-27
* Export 7 errors so users can act differently on different type of errorsxuri2021-12-07
* This closes #1069, support time zone location when set cell valuexuri2021-11-24
* ref #65, new formula function: TIMExuri2021-10-16
* This closes #1031, fix small float parsed error in some casexuri2021-10-15
* This closes #1026, time parse accuracy issue and typo fixedxuri2021-09-26
* This closes #833, closes #845, and closes #1022, breaking changesxuri2021-09-19
* This closes #417 and closes #520, new API `GetCellType` has been addedxuri2021-09-09
* This closes #998xuri2021-09-05
* Add set shared formula support and documentation for the `SetCellFormula`xuri2021-09-03
* Improve compatibility with row element with r="0" attributexuri2021-08-23
* - This fix panic and incorrect cell read on some casexuri2021-08-22
* This closes #844, support get shared formularaochq2021-08-15
* Improve compatibility for SetRichText (#976)Arnie972021-07-31
* change go module import path to github.com/xuri/excelizexuri2021-07-28
* Make the functions `SetSheetRow`, `New Style` and `SetCellStyle` concurrency ...xuri2021-07-07
* Support concurrency add picturexuri2021-07-06
* - Support concurrency iterate rows and columnsxuri2021-07-05
* This closes #861, support concurrency get cell picture and remove unused inte...xuri2021-07-04
* Fixed #823, 12/24 hours time format parsing errorxuri2021-04-20
* add GetCellRichText method and test (#789)tonnyzhang2021-02-22
* lint issue fixed and new formula function: ATAN, AVERAGE, AVERAGEA, CONCAT, C...xuri2021-02-15
* Fixed #764, add a condition for round precisionxuri2021-01-20
* This closes #756, not set the empty string for the cell when SetCellValue wit...xuri2021-01-08
* Number format read fix (#741)Artem Kustikov2020-12-12
* Fixed #732, support single line with repeated row element in the sheet dataxuri2020-11-18
* This closes #714 and closes #715, fix wrong worksheet index returned by NewSh...xuri2020-10-19
* extend cell value load to support custom datetime format (#703)Artem Kustikov2020-10-04
* Default row height compatibility with Apache OpenOffice and Kingsoft WPS, uni...xuri2020-08-22
* Compatible with Go 1.15, fix unit test failed on Windows and fixed #689 poten...xuri2020-08-15