Commit Graph

165 Commits (43761199c97b2d2a726a3d6f911e0708e4bd98c4)

Author SHA1 Message Date
xuri 5bf3ea6154
This closes #842, avoid empty rows in the tail of the worksheet
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
xuri 36b7990d6b
lint issue fixed and new formula function: ATAN, AVERAGE, AVERAGEA, CONCAT, CONCATENATE, COUNT, COUNTBLANK, MAX
4 years ago
xuri 30549c5e90
fix custom row height check issue
4 years ago
xuri 2fb135bc94
handle end element event in the worksheet row/column iterator XML SAX parser
4 years ago
xuri b84bd1abc0
new formula fn: IF, LEN; not equal operator support and faster numeric precision process
4 years ago
xuri 1bc5302007
Fixed #764, add a condition for round precision
4 years ago
xuri 576bfffbe6 This closes #752, fix incorrectly merged cells on duplicate row, and new formula function: LOWER, PROPER, UPPER
4 years ago
xuri 599a8cb0bc
Fixed #727, rounding numeric with precision for formula calculation
4 years ago
xuri 92c8626f81
Fixed #732, support single line with repeated row element in the sheet data
4 years ago
Eugene Androsov 2be4bfd410
Fix row duplicate mechanism (#729)
4 years ago
xuri 2514bb16c6 Fix #724, standardize variable naming and update unit tests
4 years ago
xuri 5dd0b4aec2
using POSIX directory separator in zip path with Windows
4 years ago
xuri cdc57db3b3 Fix race conditions
4 years ago
xuri c82a185af8
Compatibility improvement: parse document core part (workbook) dynamically
4 years ago
Artem Kustikov f2b8798a34
extend cell value load to support custom datetime format (#703)
4 years ago
xuri 324f87bcae
add checking and limits for the worksheet
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 820a314cfb
Resolve #667, support shared string table without unique count
5 years ago
xuri 49257c5918
support case-sensitive doc parts to improve compatibility
5 years ago
xuri f7bd0729c6
Resolve #32, fix missing leading/leading spaces when working with SST
5 years ago
xuri 1cbb05d497
GetCols support the row element without r attribute in the worksheet
5 years ago
xuri 48f19f60aa
support the row element without r attribute in the worksheet
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
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 98221a332f
Merge pull request #410
5 years ago
xuri 2285d4dc71
handle the cell without r attribute in a row element
5 years ago
xuri 0f2a905324 Performance improvements
5 years ago
foxmeder 59f6af21a3 fix reading wrong string from xml such as below
5 years ago
xuri 3f89c6e979
remove ineffectual variable assignments and simplify code
5 years ago
xxb-at-julichina 386a42dfa2
Update rows.go
5 years ago
xuri 8b20ea1685
Fix #586, duplicate row with merged cells
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 5f5ec76740
Fix #551, handle empty rows in streaming reading
5 years ago
xuri 09485b3f9f
Improve code coverage unit tests
5 years ago
match-meng 7358dca436 Update comments for the xmlNewDecoder (#542)
5 years ago
xuri 4249dad8ea
Resolve #539 Merge branch 'v2'
5 years ago
Alex Geer b1b3c0d151 Fix #539 Fixed error opening excel file created in encoding d… (#540)
5 years ago
xuri 5d8365ca17
Fix #529, handle empty inline rich text
5 years ago
xuri 7965e1231b
Resolve #146, make the GetRow function read data as streaming. Ref: #382, #515
5 years ago
ducquangkstn 866fda2300 fix #503 rows next issue
5 years ago
xuri a34d3b8c86
Compatibility improvement
5 years ago
xuri 9c70d0ac86
Documentation updated, Go 1.10+ required
6 years ago
Harris acd76425c2
Handle multi row inline strings
6 years ago
Harris e07581e980
Further improve read performance
6 years ago
Harris ac91ca0ded
Only parse xml once when reading
6 years ago
xuri 9f8623047d
Optimize code, fix golint issues
6 years ago
xuri 821632cf89
Fix #424, refactor merged cells adjuster
6 years ago
xuri 421f945f51
Fixed #418, #420, #421, init adjust calculation chain support
6 years ago
xuri 0660f30cdd
godoc update and typo fixed
6 years ago
Michael 0f9170a03b Resolve #382, rewrite prepareSheetXML to scale linearly (#383)
6 years ago
xuri f2df344739
Resolve #369,#370
6 years ago
xuri 4e7d93a777
Resolve #377, avoid empty column in GetRows result
6 years ago
xuri 40ff5dc1a7
refactor: handler error instead of panic,
6 years ago
Veniamin Albaev 7d197c6d89 Fixed PR #356 regression RemoveCol() broken (#365)
6 years ago
xuri beff7b4f3c
Typo fixed and godoc updated
6 years ago
Veniamin Albaev dc01264562 Huge refactorig for consistent col/row numbering (#356)
6 years ago
caozhiyi b974df402a update go test and function docs
6 years ago
Kimxu 164a3e126a update README and functions docs (#351)
6 years ago
Veniamin Albaev 12c1e2481e Implement consistent row addressing by Excel row number starting with 1 (#350)
6 years ago
xuri 0072bb7310
resolve the issue corrupted xlsx after deleting formula of cell, reference #346
6 years ago
Veniamin Albaev 725c1a0c40 New feature: File.DuplicateRowTo() duplicate row to specified row position.
6 years ago
Rafael Barros dea7ba0ec4 Fixes #195: Make GetRows return value avoid empty cell
6 years ago
xuri fabd9d013f
README updated
6 years ago
Veniamin Albaev 7b7ca99f5d Duplicate row (#317)
6 years ago
xuri 90bdd3632f
Fix the issue caused by missing tradition to strict conversion for `sharedStringsReader()`, relate issue #276
6 years ago
xuri 3e004d900b
Comments style changed.
6 years ago
xuri 13a9769cc5
Comments style changed.
6 years ago
xuri 2f146c923c
Comments style changed.
6 years ago
xuri b4a6e61ec3
Fix golint errors under confidence 0.1
6 years ago
xuri ec37b114c3
Fixes #256 and format document.
7 years ago
xuri 9e463b4614
- Add error return value for functions: `AddChart()`, `AddComment()`, `AddPicture()`, `AddShape()`, `AddTable()` and `SetConditionalFormat()`
7 years ago
xuri eb62256d16
Simplify testing code, add test case for outline functions and update the godoc.
7 years ago
Ilya Kuznetsov e70618d084 Added functions to set and get outline level for columns and rows.
7 years ago
xuri d04be7b33d
Merge branch 'master' into lunny/refactor
7 years ago
Ri Xu 3ca180f09c
Merge test cases and use strict error checking.
7 years ago
Lunny Xiao 38ad20efc1
save bytes on memory instead of string
7 years ago
Lunny Xiao bc451a78de
add iterator method for rows
7 years ago
Ri Xu 9ee57fdb38
Fix typo and adding Chinese version document.
7 years ago
Ri Xu 2b97c3bb46
- Support to read inlineStr type cell value, relate issue #208, PR #209;
7 years ago
Ri Xu a6fc5a721d
- Make row index consistent in function `SetRowHeight` and `GetRowHeight`, fix issue #205;
7 years ago
Ri Xu b1b056e0eb
Handle special shared string table file name `xl/SharedStrings.xml`, relate issue #188
7 years ago
Ri Xu 6dc135a992
Fix read columns count wrong in specific xlsx data, relate issue #175
7 years ago
Ri Xu ebafbdde73
Bugfix: use sheet name in func `AddChat`, relate issue #138
7 years ago
Ri Xu 8077732dff
Bugfix: read sheet name error, relate issue #137
7 years ago
Ri Xu 9b5b74d480
Performance optimization, use the array index instead of the value in range.
7 years ago
Ri Xu 905be463ed
Improve code readability.
7 years ago
Ri Xu f05f799f8d
- API changed, use worksheet name instead of "sheet" + index, related issue #25, #43, #47, #51, #89, #101, #116 and #120.
7 years ago
Ri Xu 6aa59a1af2
- Init insert/remove column/row support. Relate issue #77 and #82;
8 years ago
Ri Xu e05867a033
Function `GetCellValue()` performance improvement by avoid repeating deserialization, relate issue #70.
8 years ago
Ri Xu 86466654e2
- Unify the index row number index of functions `SetRowHeight()` and `GetRowHeight()` relate issue #68;
8 years ago
Ri Xu 66e5d1fa80
API changed, use `NewFile()` instead of `CreateFile()` and use `SaveAs()` instead of `WriteTo()`.
8 years ago
Ri Xu 555e2ba9a8
- Make function `TitleToNumber()` exportable, note that function `ToAlphaString()` return value calculation changes, get more info from go doc. Relate issue #63;
8 years ago