This website works better with JavaScript.
98221a332f
Merge pull request #410
xuri
2020-05-17 17:36:53 +0800
9b7d8463d3
Merge pull request #638 from yuemanxilou/master
xuri
2020-05-15 14:17:50 +0800
c815e4b84b
avoid duplicate filter database in workbook defined name
yuemanxilou
2020-05-15 14:03:02 +0800
9baa1bbc98
Fix #637 , improve the compatibility of the auto filter with Office 2007 - 2013
xuri
2020-05-14 22:36:00 +0800
dfea8f96ed
- New API: SetSheetFormatPr and GetSheetFormatPr - typo fix, resolve #635
xuri
2020-05-12 23:26:26 +0800
0feb819d4c
updated test and go.mod
v2.2.0
xuri
2020-05-11 00:01:22 +0800
882abb8098
- formula engine: reduce cyclomatic complexity - styles: allow empty and default cell formats, #628
xuri
2020-05-10 16:56:08 +0800
4188dc7a4a
- fn: SUMSQ - resolve ineffectual assignment - handle exception with invalid formula - update range resolver
xuri
2020-05-09 00:32:36 +0800
08185c398a
#65 , fn: ROUND, ROUNDDOWN, ROUNDUP, SEC, SECH, SIN, SINH, SQRTPI, TAN, TANH, TRUNC
xuri
2020-05-08 00:31:17 +0800
de34ecaace
#65 fn: MOD, MROUND, MULTINOMIAL, MUNIT, ODD, PI, RADIANS, RAND, RANDBETWEEN, ROMAN
xuri
2020-05-07 00:15:54 +0800
5f29af258d
Merge branch 'formula'
xuri
2020-05-06 00:33:20 +0800
1f73a19e0f
Resolve #628 , omit number format empty
xuri
2020-05-06 00:32:53 +0800
97e3f4ce68
#65 fn: CSCH, DECIMAL, DEGREES, EVEN, EXP, FACT, FACTDOUBLE, FLOOR, FLOOR.MATH, FLOOR.PRECISE, INT, ISO.CEILING, LN, LOG, LOG10, MDETERM
xuri
2020-05-06 00:01:31 +0800
5c82f2269d
#65 fn: CEILING.PRECISE, COMBIN, COMBINA, COS, COSH, COT, COTH, CSC
xuri
2020-05-05 17:27:19 +0800
6f796b88e6
fn: CEILING, CEILING.MATH
xuri
2020-05-04 21:22:11 +0800
789adf9202
fn: ACOS, ACOSH, ACOT, ACOTH, ARABIC, ASIN, ASINH, ATANH, ATAN2, BASE
xuri
2020-05-04 18:18:05 +0800
bdf0538640
fn: ABS, GCD, LCM, POWER, PRODUCT, SIGN, SQRT, SUM, QUOTIENT
xuri
2020-05-04 13:40:04 +0800
48fc4c08a2
init formula calculation engine, ref #65 and #599
xuri
2020-05-03 18:44:43 +0800
2285d4dc71
handle the cell without r attribute in a row element
xuri
2020-04-24 08:26:16 +0800
1fe660df64
- Resolve #485 use sheet index instead of ID - added 3 internal function: getSheetID, getActiveSheetID, getSheetNameByID
xuri
2020-04-23 02:01:14 +0800
10115b5d88
- Resolve #611 , fix failure BenchmarkSetCellValue - Allow empty filter, data, and rows in the pivot table - Add more test case for pivot table
xuri
2020-04-10 00:04:23 +0800
e36650f4ff
Resolve #598 , filter support for AddPivotTable
xuri
2020-04-09 01:00:14 +0800
a2e1da8d9d
Fix for issue #608 (#609 )
echarlus
2020-04-08 18:50:20 +0200
6e90fa6b1d
Replace bytes.NewReader(stringToBytes(s)) with strings.NewReader(s) (#610 )
Olivier Mengué
2020-04-08 18:49:13 +0200
66d0272f6a
Resolve #172 , init rich text support
xuri
2020-04-06 00:23:27 +0800
0f2a905324
Performance improvements
xuri
2020-04-02 00:41:14 +0800
59f6af21a3
fix reading wrong string from xml such as below <sheetData><row r="1"><c r="A1" s="1" t="s"><v>0</v></c><c r="B1" s="1" t="s"></c></row></sheetData>
foxmeder
2020-04-01 15:38:37 +0800
736362694a
Add unit test case
xuri
2020-04-01 00:38:12 +0800
3ce4b91be9
Resolve #345 , fix missing comments by GetComments
xuri
2020-03-31 00:02:00 +0800
3f89c6e979
remove ineffectual variable assignments and simplify code
xuri
2020-03-29 18:44:24 +0800
6afc468a02
Resolve #451 , support create chart sheet
xuri
2020-03-28 23:47:26 +0800
a75c6f63be
#451 , init struct for chart sheet
xuri
2020-03-25 00:13:29 +0800
cea3d806ec
Resolve #200 , ignore empty conditional format style
xuri
2020-03-16 00:13:01 +0800
6ab5b991e4
Resolve #348 , support delete Data Validation
xuri
2020-03-13 00:48:16 +0800
9e2318cefa
Resolve #470 , export Style structs to allow create the style for cells by given JSON or structure
xuri
2020-03-10 00:04:23 +0800
2ccb8f62ed
Remove calculated properties to make recalculate formulas in some spreadsheet applications, such as Kingsoft WPS
xuri
2020-03-09 00:08:47 +0800
cb79754068
Merge pull request #592 from hexbioc/master
xuri
2020-03-04 00:07:13 +0800
83eedce70d
Export ExcelDateToTime function to convert excel date to time
Vaibhav Nayak
2020-03-03 17:01:02 +0530
1e3c85024d
Resolve #571 , init remove conditional format support
xuri
2020-03-03 00:15:03 +0800
1d87da57ec
Resolve #492 , init support for insert and remove page break
xuri
2020-03-01 00:34:41 +0800
0ac7e18389
Merge pull request #589 from xxb-at-julichina/master
xuri
2020-02-29 00:54:19 +0800
386a42dfa2
Update rows.go
xxb-at-julichina
2020-02-28 15:53:04 +0800
821a5d8672
AddPivotTable API changed: new structure PivotTableField to hold pivot table fields for better scalability
xuri
2020-02-26 18:53:50 +0800
8b20ea1685
Fix #586 , duplicate row with merged cells
xuri
2020-02-25 00:19:22 +0800
6dcb7013ee
Resolve #582 , support to set date field subtotal and names for pivot table - typo fixed and update do.dev badge in the README.
xuri
2020-02-21 23:07:43 +0800
ad883caa0f
Resolve #580 , revert commit 5ca7231ed4
xuri
2020-02-19 00:08:10 +0800
52f1eee7c4
Fix #578 , escape character in the formula
xuri
2020-02-15 16:34:47 +0800
023dba7265
Fix #576 , serialize by fields order on stream flush
xuri
2020-02-13 00:00:42 +0800
e51aff2d95
Resolve #570 , flat columns for the column's operation
v2.1.0
xuri
2020-02-07 00:25:01 +0800
a691c1048d
Merge pull request #565 from Amodio/master
xuri
2020-01-23 10:20:03 +0800
68754a2075
SetColVisible() can parse a column range + typos.
Jacques Boscq
2020-01-21 23:42:44 +0100
cbc3fd21b7
Resolve #455 , init delete picture from spreadsheet support
xuri
2020-01-22 01:08:18 +0800
e2bd08c911
Make DeleteChart delete multiple charts located on the same cell
xuri
2020-01-21 23:29:56 +0800
0bb245523a
Resolve #557 , init delete chart support
xuri
2020-01-19 00:23:00 +0800
fa7078f06c
Specified combo chart as variadic parameters
xuri
2020-01-16 01:05:22 +0800
9ddb52eac4
Fix #554 , init combo chart support, new chart pie of pie, bar of pie chart support
xuri
2020-01-14 00:33:36 +0800
5ca7231ed4
optimize code and comments: use println errors instead of panic
xuri
2020-01-03 23:57:25 +0800
5f5ec76740
Fix #551 , handle empty rows in streaming reading
xuri
2019-12-31 01:01:16 +0800
09485b3f9f
Improve code coverage unit tests
xuri
2019-12-29 16:02:31 +0800
5c87effc7e
Stream to Excel table (#530 )
Cameron Howey
2019-12-28 20:45:10 -0800
8b960ee1e6
Fix #547 and #546 , add default overlay element for the chart
xuri
2019-12-28 15:05:44 +0800
5f3a4bc39f
Fix #538 , added setting a major unit and tick label skip support for the chart
xuri
2019-12-25 00:00:50 +0800
1666d04559
optimization: checking error in unit tests
xuri
2019-12-24 01:09:28 +0800
4e4a5b9b3e
Improve compatibility, fix workbook's rels ID calc error
xuri
2019-12-23 00:07:40 +0800
ae2865d923
Improve code coverage unit tests
xuri
2019-12-22 00:02:09 +0800
7358dca436
Update comments for the xmlNewDecoder (#542 )
match-meng
2019-12-20 22:22:56 +0800
4249dad8ea
Resolve #539 Merge branch 'v2'
xuri
2019-12-20 01:00:15 +0800
b1b3c0d151
Fix #539 Fixed error opening excel file created in encoding d… (#540 )
Alex Geer
2019-12-19 19:30:48 +0300
a526e90404
Fix #426 , handle empty workbook view
xuri
2019-12-16 08:32:04 +0800
3763228ea7
Fix #533 Merge pull request #536 from match-meng/mergecell
xuri
2019-12-15 10:09:34 +0800
da0d2ffbb6
Fix #533 , add support overlapped mergecells
xuri
2019-12-14 19:57:37 +0800
4c433c57e6
Resolve #527 , unmerge an area (#528 )
Xudong Zhang
2019-12-13 21:43:59 +0800
5d8365ca17
Fix #529 , handle empty inline rich text
xuri
2019-12-11 00:02:33 +0800
08d1a86c3a
Fix #523 , add stream writer for generate new worksheet with huge amounts of data
xuri
2019-12-10 00:16:17 +0800
842b942c71
Compatible with up to 64 namespaces of Kingsoft WPS
xuri
2019-12-02 22:39:32 +0800
402ad2f62b
Update XML namespace
xuri
2019-11-30 00:06:36 +0800
8d6e431dcd
Resolve #521 , fix missing elements when parsing
xuri
2019-11-28 21:53:50 +0800
7965e1231b
Resolve #146 , make the GetRow function read data as streaming. Ref: #382 , #515
xuri
2019-11-23 04:13:59 +0800
aa7eadbffe
fix go lock
马彦军
2019-11-14 14:30:25 +0800
c8c8397751
Fix #494 Merge pull request #514 from mlh758/fix-494-write-allocations
xuri
2019-11-10 16:51:15 +0800
bf9a835549
Reduce allocations when writing
Harris
2019-10-28 10:34:21 -0500
6abf8bf972
Resolve #501 , support set minor grid lines for the chart
xuri
2019-10-27 14:16:02 +0800
5e418ebd66
Resolve #507 , add the new function `DeleteDefinedName`
xuri
2019-10-26 20:55:24 +0800
87390cdd99
Resolve #511 , allow empty columns in the pivot table
xuri
2019-10-24 23:18:02 +0800
9fe267ffcf
Pre-allocate some memory when reading files (#510 )
Michael
2019-10-24 09:14:33 -0500
e7581ebf3e
Fix corrupted Excel file issue #413
xuri
2019-10-23 10:08:29 +0800
7716968abc
Fix #505 , support set line width of the line chart
xuri
2019-10-21 00:04:18 +0800
866fda2300
fix #503 rows next issue
ducquangkstn
2019-10-18 13:57:35 +0700
2e791fa433
Optimize code of Getting/Setting Page Margins
xuri
2019-10-16 01:03:29 +0800
2d21b5b50f
Added accessors for Getting/Setting Page Margins (#497 )
streboryaj
2019-10-15 09:26:08 -0500
af100372a0
Merge pull request #498 from heiy/master
xuri
2019-10-10 22:40:37 +0800
810139f5fc
solve ending space missing
heiy
2019-10-10 20:04:33 +0800
a00ba75f0f
Fix #493 Merge pull request #495 from jaby/493-ShowZeros
v2.0.2
xuri
2019-09-30 21:05:31 +0800
babfeb6b57
Add missing ShowZeros SheetViewOption implementation
jaby
2019-09-30 14:37:52 +0200
eb520ae277
Improve compatibility for charts
xuri
2019-09-26 22:28:14 +0800
475fbf3856
Create SECURITY.md
xuri
2019-09-25 11:12:16 +0800
a34d3b8c86
Compatibility improvement
xuri
2019-09-24 21:53:19 +0800
75d66a03f3
Fix #482 , font strike style support
xuri
2019-09-23 21:50:03 +0800
3280e1b686
Allow access to more formula attributes in SetCellFormula (#484 )
Christian Fiedler
2019-09-22 14:52:01 +0200
3c636da460
Resolve #40 , init pivot table support
xuri
2019-09-20 00:20:30 +0800