summaryrefslogtreecommitdiff
path: root/rows.go
Commit message (Expand)AuthorAge
* This closes #1319, fix calculate error for formula with negative symbolxuri2022-08-17
* This closes #1244 and closes #1314, improving the compatibility with Google S...xuri2022-08-13
* This closes #1296, add new function `GetRowOpts` for stream reader (#1297)Thomas Charbonnel2022-08-11
* Fix potential file corrupted and change worksheet name case-insensitivexuri2022-07-18
* ref #65, new formula functions: NETWORKDAYS, NETWORKDAYS.INTL, and WORKDAYxuri2022-06-16
* This closes #1217, support update cell hyperlinkxuri2022-05-01
* Format code, update documentation and remove exported variable `XMLHeaderByte`xuri2022-03-24
* This improved formula calculate precision and added zero placeholder number f...xuri2022-03-19
* This fix scientific notation and page setup fields parsing issuexuri2022-03-18
* ref #65, new formula functions and read boolean data type cell value supportxuri2022-03-08
* This closes #1148, resolve limitations when adding VBA project to the workbookxuri2022-02-17
* 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
* Fix adjustMergeCells not modifies cell rect (#1118)Dokiy2022-01-14
* 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
* Update docs for SetSheetStyle, and added 2 formula functionsxuri2021-12-04
* Support get current row/col and total rows/cols in the stream reader (#1054)li2021-11-05
* 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 #998xuri2021-09-05
* - This fix panic and incorrect cell read on some casexuri2021-08-22
* This closes #989, closes #990xuri2021-08-17
* Speed up merge cellsthree2021-08-13
* This closes #848 and closes #852, fix reading decimals precisionxuri2021-07-12
* Support concurrency add picturexuri2021-07-06
* - Support concurrency iterate rows and columnsxuri2021-07-05
* fix getRowHeight actually get the height of the next row (#860)strong2021-06-13
* make the caller of `getRowHeight` function adapt row number change, update co...xuri2021-06-13
* This closes #855, fix missing formula cell when getting rows valuexuri2021-06-05
* fix the bug when there was no count attribute in sharedStrings filewilliam2021-05-24
* This closes #842, avoid empty rows in the tail of the worksheetxuri2021-05-16
* This closes #652, new SetColWidth API, support set column width in stream wri...xuri2021-05-10
* Go 1.15 and later required, #65 fn: IMABS, IMCOS, IMCOSH, IMCOT, IMCSC, IMCSC...xuri2021-04-04
* #65 fn: N, PERCENTILE.INC and Txuri2021-03-30
* lint issue fixed and new formula function: ATAN, AVERAGE, AVERAGEA, CONCAT, C...xuri2021-02-15
* fix custom row height check issuexuri2021-02-08
* handle end element event in the worksheet row/column iterator XML SAX parserxuri2021-02-05
* new formula fn: IF, LEN; not equal operator support and faster numeric precis...xuri2021-01-27
* Fixed #764, add a condition for round precisionxuri2021-01-20
* This closes #752, fix incorrectly merged cells on duplicate row, and new form...xuri2020-12-22
* Fixed #727, rounding numeric with precision for formula calculationxuri2020-11-19
* Fixed #732, support single line with repeated row element in the sheet dataxuri2020-11-18
* Fix row duplicate mechanism (#729)Eugene Androsov2020-11-15
* Fix #724, standardize variable naming and update unit testsxuri2020-11-11
* using POSIX directory separator in zip path with Windowsxuri2020-11-06
* Fix race conditionsxuri2020-11-04