| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
add error return value
exported functions:
GetMergeCells
ProtectSheet
UnprotectSheet
UpdateLinkedValue
GetMergeCells
SetSheetVisible
inner functions:
workSheetReader
copySheet
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
typo fixed and go test updated
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
close #271.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
`AddPicture()`, `AddShape()`, `AddTable()` and `SetConditionalFormat()`
- go test has been updated
|
| |
|
|
|
|
| |
- go test and godoc has been updated
|
| |
|
|
|
|
|
|
| |
relate issue #185;
- go test and document has been updated.
|
| |
|
|
|
|
| |
- godoc updated
|
|
|
|
| |
Signed-off-by: Ri Xu <xuri.me@gmail.com>
|
| |
|
|
|
|
|
|
| |
#25, #43, #47, #51, #89, #101, #116 and #120.
- go test updated
|
|
|
|
| |
- Readme and go test updated
|
| |
|
|
|
|
| |
instead of `WriteTo()`.
|
|
|
|
|
|
| |
`ToAlphaString()` return value calculation changes, get more info from go doc. Relate issue #63;
- Readme and go doc updated
|
|
|
|
| |
- Simplified code
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Drawing `nvPicPr` element ID property calculation changed;
- go test updated
|
|
|
|
| |
- go test updated
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
| |
- go test updated
|
| |
|
|
|
|
|
|
| |
- Function parameter code is simplified;
- Fix element `Tint` value parsing error in worksheet;
- Update go test
|
| |
|
|
|
|
| |
support. Related issue #27.
|
|
|
|
|
|
|
| |
one by one instead Unmarshal. Related issue #20 ;
- Fix go test typo;
- Update README
|
| |
|
| |
|