| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
ColumnNumberToName
|
|\
| |
| | |
Implement columns iterator
|
|/ |
|
|\
| |
| | |
escape html tag
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
#624
|
|\
| |
| | |
make set cell value is concurrency safe
|
| |\
| |/
|/| |
|
| |
| |
| |
| |
| | |
- typo fix
- reset cell with and height when insert picture into merged cell with autofit
|
| | |
|
|\ \
| | |
| | | |
avoid duplicate filter database in workbook defined name
|
|/ / |
|
| | |
|
| |
| |
| |
| | |
- typo fix, resolve #635
|
| | |
|
| |
| |
| |
| | |
- styles: allow empty and default cell formats, #628
|
| |
| |
| |
| |
| |
| | |
- resolve ineffectual assignment
- handle exception with invalid formula
- update range resolver
|
| |
| |
| |
| | |
TRUNC
|
| |
| |
| |
| | |
RANDBETWEEN, ROMAN
|
|\ \ |
|
| | |
| | |
| | |
| | | |
FLOOR.MATH, FLOOR.PRECISE, INT, ISO.CEILING, LN, LOG, LOG10, MDETERM
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|/ / |
|
| | |
|