- 28 Mar, 2020 1 commit
-
-
xuri authored
-
- 24 Mar, 2020 1 commit
-
-
xuri authored
-
- 15 Mar, 2020 1 commit
-
-
xuri authored
-
- 12 Mar, 2020 1 commit
-
-
xuri authored
-
- 09 Mar, 2020 1 commit
-
-
xuri authored
-
- 08 Mar, 2020 1 commit
-
-
xuri authored
Remove calculated properties to make recalculate formulas in some spreadsheet applications, such as Kingsoft WPS
-
- 03 Mar, 2020 2 commits
-
-
xuri authored
Exported function to convert excel date to time
-
Vaibhav Nayak authored
Signed-off-by:
Vaibhav Nayak <vaibhav.nayak@gmail.com>
-
- 02 Mar, 2020 1 commit
-
-
xuri authored
-
- 29 Feb, 2020 1 commit
-
-
xuri authored
-
- 28 Feb, 2020 2 commits
-
-
xuri authored
Reduce redundant memory copy in getRowHeight
-
xxb-at-julichina authored
-
- 26 Feb, 2020 1 commit
-
-
xuri authored
AddPivotTable API changed: new structure PivotTableField to hold pivot table fields for better scalability
-
- 24 Feb, 2020 1 commit
-
-
xuri authored
-
- 21 Feb, 2020 1 commit
-
-
xuri authored
- typo fixed and update do.dev badge in the README.
-
- 18 Feb, 2020 1 commit
-
-
xuri authored
Resolve #580, revert commit https://github.com/360EntSecGroup-Skylar/excelize/commit/5ca7231ed408ac264f509ff52b5d28ff4fbda757
-
- 15 Feb, 2020 1 commit
-
-
xuri authored
-
- 12 Feb, 2020 1 commit
-
-
xuri authored
-
- 06 Feb, 2020 1 commit
-
- 23 Jan, 2020 1 commit
-
-
xuri authored
SetColVisible() can parse a column range + typos.
-
- 21 Jan, 2020 3 commits
-
-
Jacques Boscq authored
-
xuri authored
-
xuri authored
-
- 18 Jan, 2020 1 commit
-
-
xuri authored
-
- 15 Jan, 2020 1 commit
-
-
xuri authored
-
- 13 Jan, 2020 1 commit
-
-
xuri authored
-
- 03 Jan, 2020 1 commit
-
-
xuri authored
-
- 30 Dec, 2019 1 commit
-
-
xuri authored
-
- 29 Dec, 2019 2 commits
-
-
xuri authored
-
Cameron Howey authored
* Support all datatypes for StreamWriter * Support setting styles with StreamWriter **NOTE:** This is a breaking change. Values are now explicitly passed as a []interface{} for simplicity. We also let styles to be set at the same time. * Create function to write stream into a table * Write rows directly to buffer Avoiding the xml.Encoder makes the streamer faster and use less memory. Using the included benchmark, the results went from: > BenchmarkStreamWriter-4 514 2576155 ns/op 454918 B/op 6592 allocs/op down to: > BenchmarkStreamWriter-4 1614 777480 ns/op 147608 B/op 5570 allocs/op * Use AddTable instead of SetTable This requires reading the cells after they have been written, which requires additional structure for the temp file. As a bonus, we now efficiently allocate only one buffer when reading the file back into memory, using the same approach as ioutil.ReadFile. * Use an exported Cell type to handle inline styles for StreamWriter
-
- 28 Dec, 2019 1 commit
-
-
xuri authored
-
- 24 Dec, 2019 1 commit
-
-
xuri authored
-
- 23 Dec, 2019 1 commit
-
-
xuri authored
-
- 22 Dec, 2019 1 commit
-
-
xuri authored
-
- 21 Dec, 2019 1 commit
-
-
xuri authored
-
- 20 Dec, 2019 1 commit
-
-
match-meng authored
-
- 19 Dec, 2019 2 commits
-
-
xuri authored
# Conflicts: # rows.go # sheet.go
-
Alex Geer authored
* Fixed issue #539 Fixed error opening excel file created in encoding different from UTF-8, added logging of possible errors when decoding XML if the function does not provide exit with an error * Added test for CharsetReader * Fixed #discussion_r359397878 Discussion: https://github.com/360EntSecGroup-Skylar/excelize/pull/540#discussion_r359397878 * Fixed go fmt * go mod tidy and removed unused imports * The code has been refactored
-
- 16 Dec, 2019 1 commit
-
-
xuri authored
-
- 15 Dec, 2019 1 commit
-
-
xuri authored
Fix #533, add support overlapped mergecells
-