Commit Graph

50 Commits (58b5dae5eb4948a3cde238ced1ae05db159749f5)

Author SHA1 Message Date
xuri a410b22bdd
Fix the error on getting the range of merged cells on the worksheet which contains one cell merged cell range
2 years ago
xuri 3d02726ad4
This closes #320, support custom chart axis font style
2 years ago
xuri 53a495563a
This closes #1358, made a refactor with breaking changes, see details:
2 years ago
xuri 551fb8a9e4
This closes #1244 and closes #1314, improving the compatibility with Google Sheet
2 years ago
xuri ebea684ae5
Fix potential file corrupted and change worksheet name case-insensitive
3 years ago
Eng Zer Jun 6bcf5e4ede
refactor: replace strings.Replace with strings.ReplaceAll (#1250)
3 years ago
xuri 856ee57c40
This closes #1212, init support for 1900 or 1904 date system
3 years ago
xuri 6fa950a4f8
ref #65, new formula functions: SKEW.P and SLOPE, remove no-required format default
3 years ago
David 5a279321bb
added macro functionality to shape (#1182)
3 years ago
xuri f87c39c41d
This closes #1148, resolve limitations when adding VBA project to the workbook
3 years ago
xuri 3ee3c38f9c
Fix file corrupted in some cases, check file extension and format code
3 years ago
xuri 2245fccca0
Typo fix, rename exported constants, dependencies modules and copyright update
3 years ago
xuri 72d84c0cbd
This closes #262, support set line width of add the shape
3 years ago
xuri 0e02329bed
This closes #861, support concurrency get cell picture and remove unused internal function `getSheetNameByID`
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 2514bb16c6 Fix #724, standardize variable naming and update unit tests
4 years ago
xuri 520aa679f3
Fix #706, #713 improve AddPicture performance, fix missing worksheet when rename with same names
4 years ago
xuri c922c32fb7
support parse and generate XML element namespace dynamic, fix #651
5 years ago
xuri 15fd56853f
Update docs and typo fixed
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 09485b3f9f
Improve code coverage unit tests
5 years ago
xuri 4e4a5b9b3e
Improve compatibility, fix workbook's rels ID calc error
5 years ago
xuri eb520ae277
Improve compatibility for charts
5 years ago
xuri 8922f65978
Combine functions:
5 years ago
xuri 407fb55c20
Update the Godoc
5 years ago
xuri 9c70d0ac86
Documentation updated, Go 1.10+ required
6 years ago
Harris b1c9884f6d Add the ability to change the default font
6 years ago
xuri b45c4b094c Add a check for maximum limit hyperlinks in a worksheet
6 years ago
xuri 0660f30cdd
godoc update and typo fixed
6 years ago
xuri f2df344739
Resolve #369,#370
6 years ago
xuri 40ff5dc1a7
refactor: handler error instead of panic,
6 years ago
Veniamin Albaev dc01264562 Huge refactorig for consistent col/row numbering (#356)
6 years ago
xuri 1aed1d744b
Resolve #274, performance optimization for add images, charts and shapes
6 years ago
xuri fabd9d013f
README updated
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
Lunny Xiao 38ad20efc1
save bytes on memory instead of string
7 years ago
Ri Xu a9c7d6637c
- Support to set the positioning of a picture, relate issue #214;
7 years ago
Ri Xu 9ee57fdb38
Fix typo and adding Chinese version document.
7 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
Ri Xu 7bc43301da
- Support insert new lines into shape, relate issue #38, note that the format set parameter of function `AddShape()` changed;
8 years ago
Ri Xu 7c3f91ada4 Fix non-visual canvas properties ID calculator.
8 years ago
Ri Xu dea57dd0ae Code optimize.
8 years ago
Ri Xu 70f6328150 Support set font style of shape text. Relate issue #38.
8 years ago
Ri Xu 7f30a6c943 - Initialize shape support: new function `AddShape()` added. Relate issue #38;
8 years ago