Commit Graph

771 Commits (684603befa0fbde2ee8db704e37a544f9d92d99d)
 

Author SHA1 Message Date
xuri b62950a39e
fn: MEDIAN, ISNUMBER
5 years ago
xuri 22df34c493
fn: ISBLANK, ISERR, ISERROR, ISEVEN, ISNA, ISNONTEXT, ISODD, NA
5 years ago
xuri fa2571a17e
fn: SUMIF
5 years ago
xuri 2ae631376b
add limits for total columns, row and filename length
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 1aeb818235
avoid creating duplicate number format
5 years ago
xuri a546427fd9
Resolve #643, avoid creating duplicate style
5 years ago
xuri 7f78464f7f
add test for ReadZipReader, close #642
5 years ago
sachin-puranik 82bb1153d7
Improved error handling and stoped the crash due to fatel error (#593) close #624
5 years ago
xuri 0dd616b18f
Merge pull request #517 from hengmyj/fix/cell_lock
5 years ago
xuri ec14de32f0
Merge branch 'master' into fix/cell_lock
5 years ago
xuri 2efc7107ff
- transform the range to the matrix on the first arg of the formula
5 years ago
xuri 98221a332f
Merge pull request #410
5 years ago
xuri 9b7d8463d3
Merge pull request #638 from yuemanxilou/master
5 years ago
yuemanxilou c815e4b84b
avoid duplicate filter database in workbook defined name
5 years ago
xuri 9baa1bbc98
Fix #637, improve the compatibility of the auto filter with Office 2007 - 2013
5 years ago
xuri dfea8f96ed
- New API: SetSheetFormatPr and GetSheetFormatPr
5 years ago
xuri 0feb819d4c
updated test and go.mod
5 years ago
xuri 882abb8098
- formula engine: reduce cyclomatic complexity
5 years ago
xuri 4188dc7a4a
- fn: SUMSQ
5 years ago
xuri 08185c398a
#65, fn: ROUND, ROUNDDOWN, ROUNDUP, SEC, SECH, SIN, SINH, SQRTPI, TAN, TANH, TRUNC
5 years ago
xuri de34ecaace
#65 fn: MOD, MROUND, MULTINOMIAL, MUNIT, ODD, PI, RADIANS, RAND, RANDBETWEEN, ROMAN
5 years ago
xuri 5f29af258d Merge branch 'formula'
5 years ago
xuri 1f73a19e0f
Resolve #628, omit number format empty
5 years ago
xuri 97e3f4ce68
#65 fn: CSCH, DECIMAL, DEGREES, EVEN, EXP, FACT, FACTDOUBLE, FLOOR, FLOOR.MATH, FLOOR.PRECISE, INT, ISO.CEILING, LN, LOG, LOG10, MDETERM
5 years ago
xuri 5c82f2269d
#65 fn: CEILING.PRECISE, COMBIN, COMBINA, COS, COSH, COT, COTH, CSC
5 years ago
xuri 6f796b88e6
fn: CEILING, CEILING.MATH
5 years ago
xuri 789adf9202
fn: ACOS, ACOSH, ACOT, ACOTH, ARABIC, ASIN, ASINH, ATANH, ATAN2, BASE
5 years ago
xuri bdf0538640
fn: ABS, GCD, LCM, POWER, PRODUCT, SIGN, SQRT, SUM, QUOTIENT
5 years ago
xuri 48fc4c08a2
init formula calculation engine, ref #65 and #599
5 years ago
xuri 2285d4dc71
handle the cell without r attribute in a row element
5 years ago
xuri 1fe660df64
- Resolve #485 use sheet index instead of ID
5 years ago
xuri 10115b5d88 - Resolve #611, fix failure BenchmarkSetCellValue
5 years ago
xuri e36650f4ff
Resolve #598, filter support for AddPivotTable
5 years ago
echarlus a2e1da8d9d
Fix for issue #608 (#609)
5 years ago
Olivier Mengué 6e90fa6b1d
Replace bytes.NewReader(stringToBytes(s)) with strings.NewReader(s) (#610)
5 years ago
xuri 66d0272f6a
Resolve #172, init rich text support
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 736362694a Add unit test case
5 years ago
xuri 3ce4b91be9
Resolve #345, fix missing comments by GetComments
5 years ago
xuri 3f89c6e979
remove ineffectual variable assignments and simplify code
5 years ago
xuri 6afc468a02
Resolve #451, support create chart sheet
5 years ago
xuri a75c6f63be
#451, init struct for chart sheet
5 years ago
xuri cea3d806ec
Resolve #200, ignore empty conditional format style
5 years ago
xuri 6ab5b991e4
Resolve #348, support delete Data Validation
5 years ago
xuri 9e2318cefa
Resolve #470, export Style structs to allow create the style for cells by given JSON or structure
5 years ago
xuri 2ccb8f62ed
Remove calculated properties to make recalculate formulas in some spreadsheet applications, such as Kingsoft WPS
5 years ago
xuri cb79754068
Merge pull request #592 from hexbioc/master
5 years ago