Commit Graph

123 Commits (bda8e7f8129dae0064c47f8e051f76492e1128f5)

Author SHA1 Message Date
xuri de38402f74
This closes #1031, fix small float parsed error in some case
3 years ago
xuri 490f3063c2
This closes #1026, time parse accuracy issue and typo fixed
3 years ago
xuri 2add938798
- new formula functions: DATEVALUE, ref #65
3 years ago
xuri dad8f490cc
This closes #417 and closes #520, new API `GetCellType` has been added
3 years ago
xuri 32b23ef42d
This closes #998
3 years ago
xuri 2616aa88cb
Add set shared formula support and documentation for the `SetCellFormula`
3 years ago
raochq b02f864eab
This closes #844, support get shared formula
3 years ago
three f6f14f507e
Speed up merge cells
3 years ago
xuri 43a057b1ea
This closes #986, fix set data validation drop list failed in some cases
3 years ago
xuri c49e7aab30
Reduce cyclomatic complexities for the formula calculate function and update documentation for the API: `MergeCell` and `GetCellValue`
3 years ago
Arnie97 eaf9781e7e
Improve compatibility for SetRichText (#976)
4 years ago
xuri e9ae9b45b2
change go module import path to github.com/xuri/excelize
4 years ago
xuri 90d200a10b
Make the functions `SetSheetRow`, `New Style` and `SetCellStyle` concurrency safety
4 years ago
xuri 544ef18a8c
- Support concurrency iterate rows and columns
4 years ago
xuri 2cfcf9eb5f encode the escaped string literal which not permitted in an XML 1.0 document
4 years ago
xuri be12cc27f1
This closes #652, new SetColWidth API, support set column width in stream writing mode, and export error message
4 years ago
xuri f8f699a172
Go 1.15 and later required, #65 fn: IMABS, IMCOS, IMCOSH, IMCOT, IMCSC, IMCSCH, IMEXP, IMLN and IMLOG10
4 years ago
xuri 2af96c0714
#65 fn: N, PERCENTILE.INC and T
4 years ago
James Allen a12dfd3ce6
Add support for setting hyperlink display & tooltip (closes #790) (#794)
4 years ago
xuri 5a0d885315
handle default underline type on get rich text; #65 fn: CODE, COLUMN, FIND, FINDB
4 years ago
xuri d84050921e
check empty rich text run properties; new formula fn: LEFT, LEFTB, RIGHT, RIGHTB
4 years ago
tonnyzhang bbb8ebfa8c
add GetCellRichText method and test (#789)
4 years ago
xuri 2833395347
This closes #787, avoid duplicate rich text string items, new formula fn: BIN2DEC, BIN2HEX, BIN2OCT, HEX2BIN, HEX2DEC, HEX2OCT, OCT2BIN, OCT2DEC, OCT2HEX
4 years ago
xuri 9154d500cf ref: #756, set cell as blank when SetCellValue with nil #756, new formula fn: BITAND, BITLSHIFT, BITOR, BITRSHIFT, BITXOR
4 years ago
xuri a26675517e
This closes #756, not set the empty string for the cell when SetCellValue with nil
4 years ago
Zhang Zhipeng ad79505173
new formula func CLEAN and TRIM, change import path to v2 (#747)
4 years ago
Artem Kustikov 61057c58d3
Number format read fix (#741)
4 years ago
xuri 13e0ed2a69
Fixed #735, refresh active tab after delete sheet
4 years ago
xuri 2514bb16c6 Fix #724, standardize variable naming and update unit tests
4 years ago
xuri 4834a058aa
This closes #714 and closes #715, fix wrong worksheet index returned by NewSheet in some case, fix panic on formatted value with no built-in number format ID
4 years ago
Artem Kustikov f2b8798a34
extend cell value load to support custom datetime format (#703)
4 years ago
xuri 88de2f8d51
Default row height compatibility with Apache OpenOffice and Kingsoft WPS, unit test update and typo fixed
4 years ago
xuri c3e92a51d7 Compatible with Go 1.15, fix unit test failed on Windows and fixed #689 potential race condition
4 years ago
xuri c922c32fb7
support parse and generate XML element namespace dynamic, fix #651
5 years ago
xuri f7bd0729c6
Resolve #32, fix missing leading/leading spaces when working with SST
5 years ago
xuri 15fd56853f
Update docs and typo fixed
5 years ago
xuri 5221729bc3
make columns iterator read cell streamingly and add max column limit on ColumnNumberToName
5 years ago
heiy eb150c0c22 escape html tag
5 years ago
xuri 2ae631376b
add limits for total columns, row and filename length
5 years ago
xuri c168233e70
speedup get cell value from shared string table
5 years ago
xuri 5c99300ee4
Fix #622, storage string to SST (shared string table)
5 years ago
xuri ec14de32f0
Merge branch 'master' into fix/cell_lock
5 years ago
xuri 882abb8098
- formula engine: reduce cyclomatic complexity
5 years ago
xuri 1fe660df64
- Resolve #485 use sheet index instead of ID
5 years ago
xuri e36650f4ff
Resolve #598, filter support for AddPivotTable
5 years ago
xuri 66d0272f6a
Resolve #172, init rich text support
5 years ago
xuri 09485b3f9f
Improve code coverage unit tests
5 years ago
Cameron Howey 5c87effc7e Stream to Excel table (#530)
5 years ago
xuri 5f3a4bc39f
Fix #538, added setting a major unit and tick label skip support for the chart
5 years ago
xuri 4e4a5b9b3e
Improve compatibility, fix workbook's rels ID calc error
5 years ago