| Commit message (Collapse) | Author | Age |
|
|
| |
Removing the /v2 on the package url as it does not work with the ```go get``` command.
|
|
|
|
|
|
|
|
|
| |
The inline string struct is actually the same
as the shared strings struct, reuse it.
Note that Go version 1.10 is required.
Fixes #462
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Adding the same image should create a drawing referencing the
already stored copy of the image.
Closes #359
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Exported functions:
SetCellStyle
InsertCol
RemoveCol
RemoveRow
InsertRow
DuplicateRow
DuplicateRowTo
SetRowHeight
GetRowHeight
GetCellValue
GetCellFormula
GetCellHyperLink
SetCellHyperLink
SetCellInt
SetCellBool
SetCellFloat
SetCellStr
SetCellDefault
GetCellStyle
SetCellValue
MergeCell
SetSheetRow
SetRowVisible
GetRowVisible
SetRowOutlineLevel
GetRowOutlineLevel
GetRows
Columns
SearchSheet
AddTable
GetPicture
AutoFilter
GetColVisible
SetColVisible
GetColOutlineLevel
SetColOutlineLevel
SetColWidth
GetColWidth
inner functions:
adjustHelper
adjustMergeCells
adjustAutoFilter
prepareCell
setDefaultTimeStyle
timeToExcelTime
addDrawingChart
addDrawingVML
addDrawingPicture
getTotalRowsCols
checkRow
addDrawingShape
addTable
|
| |
|
|
|
|
|
|
| |
* update README and functions docs
* update README and functions docs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Implement consistent row addressing by Excel row number starting with 1
1. Added second versions for all row manipulation methods with zero-based row addressing.
2. Fixed methods documentation to explicitly describe which row addressing used in method.
3. Added WARNING to README.md.
4. Cosmetic change: All row test moved to file `rows_test.go`.
* TravisCI: go1.12 added to tests matrix
* BACKWARD INCOMPARTIBLE: Use only Excel numbering logic from 1 row
* README updated
|
| |
|
| |
|
| |
|
|
|
| |
Signed-off-by: fossabot <badges@fossa.io>
|
| |
|
| |
|
|
|
|
| |
- go test and godoc has been updated
|
| |
|
|
|
|
| |
Signed-off-by: Eugene Dzhurinsky <jdevelop@gmail.com>
|
|
|
|
|
|
|
| |
Added helper functions to set the chart size.
Added the unit test
Signed-off-by: Eugene Dzhurinsky <jdevelop@gmail.com>
|
|
|
|
| |
- go test and godoc has been updated
|
| |
|
| |
|
| |
|
|
|
|
| |
This reverts commit e4611e9e2518b6d48f1dd89879685f18749da759.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
#25, #43, #47, #51, #89, #101, #116 and #120.
- go test updated
|
|
|
|
| |
- go test and readme update
|
|
|
|
| |
- godoc updated
|
|
|
|
| |
- Readme and go test updated
|
|
|
|
| |
- Format code and update readme
|
| |
|
| |
|
|
|
|
| |
instead of `WriteTo()`.
|
|
|
|
|
|
| |
`ToAlphaString()` return value calculation changes, get more info from go doc. Relate issue #63;
- Readme and go doc updated
|
|
|
|
| |
- Add a donation link, related issue #57 ^_^
|
|
|
|
|
| |
- Drawing `nvPicPr` element ID property calculation changed;
- go test updated
|
|
|
|
| |
- go test updated
|
|
|
|
|
| |
- Readme updated;
- go test update
|
|
|
|
|
|
|
|
| |
- Doc for function `GetRows()` updated, relate issue #43;
- Fix doc typo in `xmlContentTypes.go`;
- Default template updated;
- Readme updated;
- go test updated
|
|
|
|
|
| |
- Optimize deserialization operations;
- README updated, add go version required notice
|
|
|
|
| |
support. Related issue #27.
|
|
|
|
|
|
|
| |
one by one instead Unmarshal. Related issue #20 ;
- Fix go test typo;
- Update README
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Character limits for cells added;
- Update go test and fix typo
|
|
|
|
|
| |
- go test updated;
- fix typo and `gofmt -s` formatted
|