summaryrefslogtreecommitdiff
path: root/cell_test.go
Commit message (Expand)AuthorAge
* 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
* GetCols support the row element without r attribute in the worksheetxuri2020-06-28
* support the row element without r attribute in the worksheetxuri2020-06-27
* - Resolve #611, fix failure BenchmarkSetCellValuexuri2020-04-10
* Resolve #172, init rich text supportxuri2020-04-06
* Resolve #580, revert commit https://github.com/360EntSecGroup-Skylar/excelize...xuri2020-02-19
* optimize code and comments: use println errors instead of panicxuri2020-01-03
* optimization: checking error in unit testsxuri2019-12-24
* Improve code coverage unit testsxuri2019-12-22
* Fix #533, add support overlapped mergecellsxuri2019-12-14
* Resolve #507, add the new function `DeleteDefinedName`xuri2019-10-26
* Testing files updatedxuri2019-09-02
* Fix #386 regression test added (#440)Vsevolod Balashov2019-09-01
* Resolve #382, rewrite prepareSheetXML to scale linearly (#383)Michael2019-04-16
* refactor: handler error instead of panic,xuri2019-03-23
* Use bitSize for float32 type numbers conversion, relate PR #361xuri2019-03-21
* SetCellFloat for floats with specific precision (#361)Michael2019-03-21
* Huge refactorig for consistent col/row numbering (#356)Veniamin Albaev2019-03-20
* Tests refactoringVeniamin Albaev2018-12-27
* - gofmted with -s;Ri Xu2018-01-31
* make SetCellStyle quicker by skipping conversions in checkCellInArea, and ski...mbresson2018-01-19