forked from jmcnamara/xlsxwriter.lua
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathChanges
More file actions
45 lines (26 loc) · 1.05 KB
/
Changes
File metadata and controls
45 lines (26 loc) · 1.05 KB
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
Release 0.0.6 - November 1 2014
-------------------------------
* Added the :func:`protect` worksheet method to allow protection of cells
from editing. Also added example program: :ref:`ex_protection`.
Issue `#4 <https://github.com/jmcnamara/xlsxwriter.lua/issues/4>`_.
Release 0.0.5 - April 17 2014
-----------------------------
* Added the :func:`write_url` worksheet method for writing hyperlinks to
a worksheet.
Release 0.0.4 - April 14 2014
-----------------------------
* Added the :func:`define_name` method to create defined names and ranges
in a workbook or worksheet.
* Added the :func:`set_properties` workbook method for setting document
properties.
* Added the :func:`worksheets` method as an accessor for the worksheets in a
workbook.
Release 0.0.3 - April 9 2014
----------------------------
* Added the :func:`merge_range` method to merge worksheet cells.
Release 0.0.2 - April 6 2014
----------------------------
* Added :ref:`page_setup` methods.
Release 0.0.1 - March 29 2014
-----------------------------
* First public release.