xuri
|
f5a20fa03f
Fixed #823, 12/24 hours time format parsing error
|
3 years ago |
tonnyzhang
|
bbb8ebfa8c
add GetCellRichText method and test (#789)
|
3 years ago |
xuri
|
36b7990d6b
lint issue fixed and new formula function: ATAN, AVERAGE, AVERAGEA, CONCAT, CONCATENATE, COUNT, COUNTBLANK, MAX
|
3 years ago |
xuri
|
1bc5302007
Fixed #764, add a condition for round precision
|
3 years ago |
xuri
|
a26675517e
This closes #756, not set the empty string for the cell when SetCellValue with nil
|
3 years ago |
Artem Kustikov
|
61057c58d3
Number format read fix (#741)
|
3 years ago |
xuri
|
92c8626f81
Fixed #732, support single line with repeated row element in the sheet data
|
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
|
1cbb05d497
GetCols support the row element without r attribute in the worksheet
|
4 years ago |
xuri
|
48f19f60aa
support the row element without r attribute in the worksheet
|
4 years ago |
xuri
|
10115b5d88
- Resolve #611, fix failure BenchmarkSetCellValue
|
4 years ago |
xuri
|
66d0272f6a
Resolve #172, init rich text support
|
4 years ago |
xuri
|
ad883caa0f
Resolve #580, revert commit https://github.com/360EntSecGroup-Skylar/excelize/commit/5ca7231ed408ac264f509ff52b5d28ff4fbda757
|
4 years ago |
xuri
|
5ca7231ed4
optimize code and comments: use println errors instead of panic
|
4 years ago |
xuri
|
1666d04559
optimization: checking error in unit tests
|
4 years ago |
xuri
|
ae2865d923
Improve code coverage unit tests
|
4 years ago |
xuri
|
da0d2ffbb6
Fix #533, add support overlapped mergecells
|
4 years ago |
xuri
|
5e418ebd66
Resolve #507, add the new function `DeleteDefinedName`
|
5 years ago |
xuri
|
0acb3ef968
Testing files updated
|
5 years ago |
Vsevolod Balashov
|
1fc4bc52fb
Fix #386 regression test added (#440)
|
5 years ago |
Michael
|
0f9170a03b
Resolve #382, rewrite prepareSheetXML to scale linearly (#383)
|
5 years ago |
xuri
|
40ff5dc1a7
refactor: handler error instead of panic,
|
5 years ago |
xuri
|
70b1a29165
Use bitSize for float32 type numbers conversion, relate PR #361
|
5 years ago |
Michael
|
b2c12d784e
SetCellFloat for floats with specific precision (#361)
|
5 years ago |
Veniamin Albaev
|
dc01264562
Huge refactorig for consistent col/row numbering (#356)
|
5 years ago |
Veniamin Albaev
|
35426ed5dc
Tests refactoring
|
5 years ago |
Ri Xu
|
638bd44dd5
- gofmted with -s;
|
6 years ago |