VBA 不能调用 Perl。 如果只是纯粹的 excel 处理,适合用 VBA。
但是如果有别的,比如 SSH 操作,或者 LWP 操作,或者 mysql 操作,还是应该用 Perl。 2009/12/24 Dejian Zhao <[email protected]> > 如果能用VBA处理还是优先选择VBA,是这样吧? > VBA也蛮强大的 > > > Michael Zeng wrote: > > 对 excel进行操作啊, 如果 excel 量太大, 你又不会excel编程的话 > > 最常用的就是 > > Spreadsheet::ParseExcel - Read information from an Excel file. > Spreadsheet::WriteExcel - Write to a cross-platform Excel binary file. > > 了 > > > > 2009/12/24 Lee Duhem <[email protected]> > >> 2009/12/24 Dejian Zhao <[email protected]>: >> > CPAN有很多与excel有关的模块,但是什么情况下会使用perl来处理excel文件?谁 >> > 来举个例子啊。 >> >> 例如你有许多数据,需要处理后生成一个 Execel 文件,这时候就可以用 Perl 来做. >> >> > >> > 还有读写excel的模块也比较多,常用的有哪些。 >> >> 在 Windows 下,最好的还是 Win32::OLE. >> >> lee >> >> -- >> >> 您收到此邮件是因为您订阅了 Google 网上论坛的“PerlChina Mongers 讨论组”论坛。 >> 要向此网上论坛发帖,请发送电子邮件至 [email protected]。 >> 要取消订阅此网上论坛,请发送电子邮件至 >> [email protected]<perlchina%[email protected]> >> 。 >> 若有更多问题,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问此网上论坛。 >> >> >> > > > -- > Yours Sincerely > Zeng Hong > > -- > 您收到此邮件是因为您订阅了 Google 网上论坛的“PerlChina Mongers 讨论组”论坛。 > 要向此网上论坛发帖,请发送电子邮件至 [email protected]。 > 要取消订阅此网上论坛,请发送电子邮件至 [email protected]。 > 若有更多问题,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问此网上论坛。 > > > -- > 您收到此邮件是因为您订阅了 Google 网上论坛的“PerlChina Mongers 讨论组”论坛。 > 要向此网上论坛发帖,请发送电子邮件至 [email protected]。 > 要取消订阅此网上论坛,请发送电子邮件至 > [email protected]<perlchina%[email protected]> > 。 > 若有更多问题,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问此网上论坛。 > -- 您收到此邮件是因为您订阅了 Google 网上论坛的“PerlChina Mongers 讨论组”论坛。 要向此网上论坛发帖,请发送电子邮件至 [email protected]。 要取消订阅此网上论坛,请发送电子邮件至 [email protected]。 若有更多问题,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问此网上论坛。
