创建Excel文件:未定义Xlsxwriter

时间:2014-11-24 11:59:19

标签: python xlsxwriter

我正在努力使用xlswriter和Python创建一个Excel文件。我使用Python 3.4和xlswriter 0.6.3。

这是我得到的:

>>> import XlsxWriter

>>> workbook=xlsxwriter.Workbook('file.xlsx')

Traceback (most recent call last): File "<pyshell#3>", line 1, in <module>
    workbook=xlsxwriter.Workbook('file.xlsx')
NameError: name 'xlsxwriter' is not defined

我尝试过不同的拼写(大写与否),没有区别。

0 个答案:

没有答案