| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
add error return value
exported functions:
GetMergeCells
ProtectSheet
UnprotectSheet
UpdateLinkedValue
GetMergeCells
SetSheetVisible
inner functions:
workSheetReader
copySheet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Huge refactorig for consistent col/row numbering
Started from simply changing ToALphaString()/TitleToNumber() logic and related fixes.
But have to go deeper, do fixes, after do related fixes and again and again.
Major improvements:
1. Tests made stronger again (But still be weak).
2. "Empty" returns for incorrect input replaces with panic.
3. Check for correct col/row/cell naming & addressing by default.
4. Removed huge amount of duplicated code.
5. Removed ToALphaString(), TitleToNumber() and it helpers functions at all,
and replaced with SplitCellName(), JoinCellName(), ColumnNameToNumber(), ColumnNumberToName(), CellNameToCoordinates(), CoordinatesToCellName().
6. Minor fixes for internal variable naming for code readability (ex. col, row for input params, colIdx, rowIdx for slice indexes etc).
* Formatting fixes
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
`AddPicture()`, `AddShape()`, `AddTable()` and `SetConditionalFormat()`
- go test 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
|
| |
|
|
|
|
|
|
| |
support, and set auto or fixed maximum, minimum of the axis, relate issue #202;
- go test and godoc has been updated
|
| |
|
|
|
|
|
|
| |
and column series charts supported, relate issue #190;
- go test and godoc has been updated
|
| |
|
|
|
|
|
|
| |
relate issue #185;
- go test and document has been updated.
|
|
|
|
|
| |
- Fix ineffectual assignments in Go code;
- Godoc has been updated
|
|
|
|
| |
This reverts commit e4611e9e2518b6d48f1dd89879685f18749da759.
|
| |
|
|
|
|
| |
- go test updated
|
|\
| |
| | |
Rename import path to github.com/360EntSecGroup-Skylar/excelize
|
| | |
|
|/ |
|
|
|
|
| |
- godoc updated
|
| |
|
| |
|
|
|
|
| |
- godoc updated
|
|
|
|
| |
- go test and godoc updated
|
| |
|
|
|
|
| |
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 ^_^
|
| |
|
|
|
|
| |
- gofmted with -s
|
| |
|
| |
|
|
|
|
| |
- go doc and go test updated
|
|
|
|
|
| |
- 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
|