MAXakaWIZARD / xls-writer

Port of PEAR Spreadsheet Excel Writer
3 stars 2 forks source link

External file references throw an exception #4

Open themolecule opened 9 years ago

themolecule commented 9 years ago

When referencing sheets in other files:

=SUM(1,[file.xls]Sheet1!B3)

An exception is thrown on parsing.

Is it possible to implement external file references?

MAXakaWIZARD commented 9 years ago

@themolecule I'll try do implement this when I'll have some spare time.