I have been working on making my manager really happy. So I have been writing something to do create an excel spreadsheet with all sorts of pretty graphs and such. While testing my program I notcied that with does not work with surtain Doc Interps on cell phones. After doing some poking around I found the reason is because spreadsheet is using BIFF 5, and the programs are expecting BIFF 8. Is there anyway to get Perl to do that, or should I move to .NET to get this done.