| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
| |
- Rename exported field `File.XLSX` to `File.Pkg`
- Exported error message
|
|
|
|
| |
internal function `getSheetNameByID`
|
| |
|
|
|
|
| |
CUMPRINC
|
| |
|
|
|
|
| |
IMCSCH, IMEXP, IMLN and IMLOG10
|
|
|
|
| |
typo fixed
|
|
|
|
| |
FISHERINV, GAMMA, GAMMALN, MIN, MINA, PERMUT
|
|
|
|
| |
CONCATENATE, COUNT, COUNTBLANK, MAX
|
|
|
|
| |
with nil
|
| |
|
|
|
|
| |
symbol size, fix AddPicture auto fit failure with multi merged cells
|
| |
|
|
|
|
| |
rename with same names
|
|
|
|
|
|
| |
- Avoid to create duplicate style
- Update unit test for the auto filter
- Init code scanning alerts
|
| |
|
|
|
|
| |
unit test update and typo fixed
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Resolve #661 Add Logarithmic scale option support on Y axis
Example usage:
Add the following option into the format string when using AddChart:
"y_axis":{"scaling":{"logbase":"10"}}
* Change type of LogBase from attrValString to attrVarFloat
* Add test case for testing Logarithmic Option in Y axis of charts
* Move field `LogBase` in the format string up one level (remove `Scaling`) as suggested the owner
Test cases are updated accordingly.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|