blob: db9bc6638f5e6678b7dca145824bc12278084a4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
EXPORT FILTER :
VERSION 1
- border DONE
- multirow DONE
- column color DONE
- row color
- nb col and row with column and row
- cell color DONE
- text font
- use params from the dialog
- inherit row and column
format for cell format. Make
a Format(Format, Format) constructor.
VERSION 2
- formula
- column format
- row format
IMPORT FILTER :
- lexical parser DONE
- syntax. parser DONE
- import filter in kspread
|