Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个.xlsb文件,其中包含数据。我需要通过java语言打开和写入新数据来更新文件。
是否可以在不清除现有数据的情况下更新 .xlsb 文件?
怎么做?
我试过这个例子:
#!C:/Perl64/bin/perl.exe $mickey = "Hi i'm Mickey"; $pluto = "Hi i'm Pluto"; print <<EOF; $pluto Hi i'm Goofy $mickey EOF print &