Commit Graph

19 Commits (48f19f60aa3e162146a9dc4edf7b4c8cf687ec26)

Author SHA1 Message Date
xuri 48f19f60aa
support the row element without r attribute in the worksheet
5 years ago
xuri 10115b5d88 - Resolve #611, fix failure BenchmarkSetCellValue
5 years ago
xuri 66d0272f6a
Resolve #172, init rich text support
5 years ago
xuri ad883caa0f
Resolve #580, revert commit 5ca7231ed4
5 years ago
xuri 5ca7231ed4
optimize code and comments: use println errors instead of panic
5 years ago
xuri 1666d04559
optimization: checking error in unit tests
5 years ago
xuri ae2865d923
Improve code coverage unit tests
5 years ago
xuri da0d2ffbb6 Fix #533, add support overlapped mergecells
5 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)
6 years ago
xuri 40ff5dc1a7
refactor: handler error instead of panic,
6 years ago
xuri 70b1a29165
Use bitSize for float32 type numbers conversion, relate PR #361
6 years ago
Michael b2c12d784e SetCellFloat for floats with specific precision (#361)
6 years ago
Veniamin Albaev dc01264562 Huge refactorig for consistent col/row numbering (#356)
6 years ago
Veniamin Albaev 35426ed5dc Tests refactoring
6 years ago
Ri Xu 638bd44dd5
- gofmted with -s;
7 years ago
mbresson 317ef65381 make SetCellStyle quicker by skipping conversions in checkCellInArea, and skipping area checks when we are sure the cell can't be before or past the current row/col
7 years ago