File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
+ 0.7.0 - 10.05.2025
5
+ --------------------------------------------------------------------------------
6
+
7
+ **Updated **
8
+
9
+ #. `#56 <https://github.com/pyexcel/pyexcel-xlsx/issues/56 >`_: to add a csv file
10
+ as sheet to a xlsx file
11
+
4
12
0.6.1 - 10.11.2024
5
13
--------------------------------------------------------------------------------
6
14
Original file line number Diff line number Diff line change 26
26
copyright = '2015-2025 Onni Software Ltd.'
27
27
author = 'C.W.'
28
28
# The short X.Y version
29
- version = '0.6.1 '
29
+ version = '0.7.0 '
30
30
# The full version, including alpha/beta/rc tags
31
31
release = '0.6.1'
32
32
Original file line number Diff line number Diff line change 29
29
30
30
NAME = "pyexcel-xlsx"
31
31
AUTHOR = "C.W."
32
- VERSION = "0.6.1 "
32
+ VERSION = "0.7.0 "
33
33
34
34
LICENSE = "New BSD"
35
35
DESCRIPTION = (
You can’t perform that action at this time.
0 commit comments