-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
116 lines (92 loc) · 4.43 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
ooolib-python Change Log
ooolib-python-0.1.0 (November 14, 2019)
- Add functions get_cell_content, get_cell_annotation, get_cell_links.
- Extend tests for TestGetCellContent, TestParseContent.
- Add fixtures test-cells.ods.
ooolib-python-0.0.22 (January 8, 2018)
- Fix displaying formula value.
ooolib-python-0.0.21 (December 8, 2017)
- Return back converting any object to the unicode (works in version 0.0.18).
ooolib-python-0.0.20 (December 8, 2017)
- Fix handling unicode.
ooolib-python-0.0.19 (December 7, 2017)
- Make code Python 3 compatible.
ooolib-python-0.0.18 (September 8, 2016)
- Clone project from https://sourceforge.net/projects/ooolib/
- Remove tabulators as an indetation in the code.
- Simplify some code statements - clean_formula, meta_time, _file_load.
- Add cell atributes border, padding, wrap and hyphenate.
- Add missing spaces between tokens. Rename variables in conflict with the other code.
- Remove unused imports; base class to object; remove redundant empty lines.
- Remove redundant brackets; compare value types by isinstance.
- Close zipfile savefile in Calc.save.
- Add tests for new features - border, padding, wrap and hyphenate.
ooolib-python-0.0.17 (August 26, 2009)
- Moved examples into example dir - Joseph Colton
- save method properly closes files - Joseph Colton
- Moved ooolib.py to ooolib/__init__.py - Joseph Colton
- setup.py file for installation - Paul Tremblay <[email protected]>
ooolib-python-0.0.16 (July 30, 2008)
- Minor bug fixes - Joseph Colton
- New formula handling - Joseph Colton
ooolib-python-0.0.15 (July 3, 2008)
- Handle more internal cell data types - Joseph Colton
- Handle non-ascii characters better - Joseph Colton
- Non-ascii support tests - Chris Ender ([email protected])
ooolib-python-0.0.14 (June 25, 2008)
- Handle repeated columns better - Joseph Colton
- Experiments working with UTF-8 - Joseph Colton
ooolib-python-0.0.13 (May 13, 2008)
- Added Calc content data loading - Joseph Colton
- Added various get functions - Joseph Colton
ooolib-python-0.0.12 (May 11, 2008)
- Added Calc meta data load function - Joseph Colton
- Added calc-example09 - Joseph Colton
ooolib-python-0.0.11 (September 15, 2007)
- Added Vertical alignment - Joseph Colton
- Added Horizontal alignment - Joseph Colton
- Added calc-example08 - Joseph Colton
ooolib-python-0.0.10 (August 30, 2007)
- Added font sizes - Joseph Colton
ooolib-python-0.0.9 (June 29, 2007)
- Added Annotation - Hemanth Sethuram ([email protected])
- Added Links - Hemanth Sethuram ([email protected])
- Added calc-example07 - Hemanth Sethuram ([email protected])
ooolib-python-0.0.8 (December 23, 2006)
- Fixed clean_string function - Joseph Colton
- Created Meta class - Joseph Colton
- Created Writer class - Joseph Colton
- Fixed creation date - Joseph Colton
- Created Writer content.xml method - Joseph Colton
- Created Writer manifest.xml method - Joseph Colton
ooolib-python-0.0.7 (December 16, 2006)
- Added formula types - Joseph Colton
ooolib-python-0.0.6 (December 9, 2006)
- Added font color and background colors - Joseph Colton
- Added Title, Subject, and Description - Joseph Colton
ooolib-python-0.0.5 (November 20, 2006)
- Added functions for bold, italics, and underline - Joseph Colton
ooolib-python-0.0.4 (November 18, 2006)
- Created function to set row height - Joseph Colton
- Can set User Defined meta values - Joseph Colton
ooolib-python-0.0.3 (November 17, 2006)
- Created CalcStyles Class - Joseph Colton
- Created function to set column width - Joseph Colton
ooolib-python-0.0.2 (November 16, 2006)
- Changed License to LGPL - Joseph Colton
- Allow Overriding of "Sheet1" name - Vineet Jain <[email protected]>
- Replace XML unfriendly characters - Joseph Colton
ooolib-python-0.0.1 (October 6, 2006)
- Created CalcSheet class - Joseph Colton
- Created functions for multiple sheets - Joseph Colton
- Can now set cell values - Joseph Colton
- Created example programs - Joseph Colton
ooolib-python-0.0.0 (October 5, 2006)
- Created XML class - Joseph Colton
- Created XML convert method - Joseph Colton
- Created Calc class - Joseph Colton
- Created static Calc content.xml method - Joseph Colton
- Created static Calc manifest.xml method - Joseph Colton
- Created static Calc meta.xml method - Joseph Colton
- Created static Calc settings.xml method - Joseph Colton
- Created static Calc styles.xml method - Joseph Colton