Commit Graph

35 Commits (cb0c1b012b55be6feccb99e66b7d9cae2c45e72f)

Author SHA1 Message Date
xuri cb0c1b012b
Support specifies the values in second plot for the bar/pie of pie chart
2 years ago
dependabot[bot] 21ec143778
Update dependencies package golang.org/x/net from 0.5.0 to 0.7.0 (#1475)
2 years ago
xuri 5429f131f8
This closes #1438, fix cell data type issue for formula calculation engine
2 years ago
xuri b39626fae9
This fixed worksheet protection issue
2 years ago
xuri 58b5dae5eb
Support update column style when inserting or deleting columns
2 years ago
xuri 7363c1e333
Go 1.16 and later required, migration of deprecation package `ioutil`
2 years ago
xuri b1e776ee33
Support to set summary columns to appear to the right of detail in an outline
2 years ago
xuri 0c5cdfec18
This closes #1293, add new function `GetColStyle`
2 years ago
xuri ab12307393
This made library allowing insert EMZ and WMZ format image
2 years ago
xuri 8152bbb2ce
This closes #1312, #1313, fix number format issue
2 years ago
xuri 301f7bc217
This closes #1260, fixes compiling issue under 32-bit, and new formula functions
3 years ago
dependabot[bot] 551b83afab
This update dependencies module and GitHub Action settings
3 years ago
xuri c1940c2a1e
This includes new formula functions support, dependencies upgrade, and bug fix
3 years ago
xuri f87c39c41d
This closes #1148, resolve limitations when adding VBA project to the workbook
3 years ago
xuri 4b64b26c52
Ref: #660, #764, #1093, #1112, #1133 This improve number format support
3 years ago
xuri 2245fccca0
Typo fix, rename exported constants, dependencies modules and copyright update
3 years ago
xuri 933159f939
Update dependencies module and bump version 2.4.1
4 years ago
xuri 5faa36430c
skip XML control character in the escape literal string, and update dependencies
4 years ago
xuri d42834f3a8
update dependencies module and bump version 2.4.0
4 years ago
xuri ab2c1c8fe1
#64 fn: NORM.DIST, NORMDIST, NORM.INV, NORMINV, NORM.S.DIST, NORMSDIST, NORM.S.INV, and NORMSINV
4 years ago
xuri 874d59cee0 related issue #65 fn: FIXED
4 years ago
xuri 2350866d46
#65 fn: NOW and TODAY, and update dependencies
4 years ago
xuri dd77cfe44c
refactor formula calculation framework, add new function CHOOSE, and update dependencies module
4 years ago
xuri 77978ac68d
This closes #657 and closes #748, AddChart support custom marker symbol and symbol size, fix AddPicture auto fit failure with multi merged cells
4 years ago
xuri 02530e8c8a Fix #701, init new formula function AND and OR, prevent formula lexer panic on retrieving the top token type
4 years ago
xuri 89465f41b5
Update dependency package version and docs for the OpenFile
4 years ago
xuri 4177c1585e Resolve #199, init password protection spreadsheet support
4 years ago
xuri 0feb819d4c
updated test and go.mod
5 years ago
xuri 882abb8098
- formula engine: reduce cyclomatic complexity
5 years ago
Alex Geer b1b3c0d151 Fix #539 Fixed error opening excel file created in encoding d… (#540)
5 years ago
Ben Wells 3c327413d9 Fix dependency on github.com/360EntSecGroup-Skylar/excelize v1
5 years ago
xuri b1f632d408 Resolve #393, upgrade Go module to v2
6 years ago
Veniamin Albaev 725c1a0c40 New feature: File.DuplicateRowTo() duplicate row to specified row position.
6 years ago
Veniamin Albaev 35426ed5dc Tests refactoring
6 years ago
Veniamin Albaev 7b7ca99f5d Duplicate row (#317)
6 years ago