summaryrefslogtreecommitdiff
path: root/cell.go
Commit message (Expand)AuthorAge
* escape html tagheiy2020-06-08
* add limits for total columns, row and filename lengthxuri2020-05-29
* speedup get cell value from shared string tablexuri2020-05-27
* Fix #622, storage string to SST (shared string table)xuri2020-05-26
* Merge branch 'master' into fix/cell_lockxuri2020-05-22
|\
| * - formula engine: reduce cyclomatic complexityxuri2020-05-10
| * - Resolve #485 use sheet index instead of IDxuri2020-04-23
| * Resolve #598, filter support for AddPivotTablexuri2020-04-09
| * Resolve #172, init rich text supportxuri2020-04-06
| * Improve code coverage unit testsxuri2019-12-29
| * Stream to Excel table (#530)Cameron Howey2019-12-29
| * Fix #538, added setting a major unit and tick label skip support for the chartxuri2019-12-25
| * Improve compatibility, fix workbook's rels ID calc errorxuri2019-12-23
| * Fix #533, add support overlapped mergecellsxuri2019-12-14
| * Optimize code of Getting/Setting Page Marginsxuri2019-10-17
| * solve ending space missingheiy2019-10-10
| * Allow access to more formula attributes in SetCellFormula (#484)Christian Fiedler2019-09-22
| * Combine functions:xuri2019-09-16
| * add missing error check in SetSheetRow()mqy2019-08-19
| * SetCellValue: use fmt.Sprint(v) instead of fmt.Sprintf("%v", v)Olivier Mengué2019-08-13
| * Documentation updated, Go 1.10+ requiredxuri2019-08-11
| * Fix #424, refactor merged cells adjusterxuri2019-06-12
* | fix go lock马彦军2019-11-14
|/
* Add a check for maximum limit hyperlinks in a worksheetxuri2019-04-21
* godoc update and typo fixedxuri2019-04-20
* add unit tests to functionsxuri2019-04-16
* Resolve #369,#370xuri2019-04-15
* Check max length for SetCellStr and fix coordinate issue for MergeCellxuri2019-04-14
* Fix out of range panic when removing formula.Aplulu2019-04-09
* 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
* resolve the issue corrupted xlsx after deleting formula of cell, reference #346xuri2019-02-22
* README updatedxuri2019-01-01
* fix issue #290peiqi2018-11-08
* Comments style changed.xuri2018-09-14
* Comments style changed.xuri2018-09-14
* Comments style changed.xuri2018-09-14
* Fix golint errors under confidence 0.1xuri2018-09-12
* Fixes #256 and format document.xuri2018-08-06
* - Initialize shared formula types support, relate issue #227;xuri2018-05-26
* - Fix `checkCellInArea()` index out of range when merged cell ref is single c...Ri Xu2018-04-08
* - New function `SetSheetRow()` has been added for support write whole line at...Ri Xu2018-03-12
* xlsx.SetCellValue() now supports bool valuedvelderp2018-01-25
* make SetCellStyle quicker by skipping conversions in checkCellInArea, and ski...mbresson2018-01-19
* - Function `SetCellValue()` time.Duration support added, relate issue #176;Ri Xu2018-01-05
* Rename import path to github.com/360EntSecGroup-Skylar/excelizeJinzhu2017-11-16
* - Bugfix: use sheet name in func `AddPicture`, relate issue #142;Ri Xu2017-10-31
* - Add unsigned integer data type support, related issue #136;Ri Xu2017-10-18