Archives
在perl中使用Spreadsheet::WriteExcel 写excel时,写完的文件提示”文件错误:数据可能丢失”
看了一下cpan上的faq.
#!/usr/bin/perl -w
use strict;
use Spreadsheet::WriteExcel;
3,694 views | 5 comments
Dec 24th, 2009 | Filed under Perl Module
在perl中使用Spreadsheet::WriteExcel 写excel时,写完的文件提示”文件错误:数据可能丢失”
看了一下cpan上的faq.
#!/usr/bin/perl -w
use strict;
use Spreadsheet::WriteExcel;
Recent Comments