File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ Here is the sample code:
168168
169169
170170 Writing to a StringIO instance
171- ================================================================================
171+ ********************************************************************************
172172
173173You need to pass a StringIO instance to Writer:
174174
Original file line number Diff line number Diff line change 11"""
2- pyexcel_xlsx
2+ pyexcel_xlsxw
33 ~~~~~~~~~~~~~~~~~~~
44
5- The lower level xlsx file format handler using openpyxl
5+ The lower level xlsx file format writer using xlsxwriter
66
7- :copyright: (c) 2015- 2016 by Onni Software Ltd & its contributors
7+ :copyright: (c) 2016 by Onni Software Ltd & its contributors
88 :license: New BSD License
99"""
1010# flake8: noqa
Original file line number Diff line number Diff line change 11"""
2- pyexcel_xlsx
2+ pyexcel_xlsxw
33 ~~~~~~~~~~~~~~~~~~~
44
5- The lower level xlsx file format handler using openpyxl
5+ The lower level xlsx file format writer using xlsxwriter
66
7- :copyright: (c) 2015- 2016 by Onni Software Ltd & its contributors
7+ :copyright: (c) 2016 by Onni Software Ltd & its contributors
88 :license: New BSD License
99"""
1010from pyexcel_io .book import BookWriter
You can’t perform that action at this time.
0 commit comments