qrilka / xlsx

Simple and incomplete Excel file parser/writer
MIT License
130 stars 64 forks source link

Fix Excel crash on print preview #33

Closed edsko closed 8 years ago

edsko commented 8 years ago

Details also in the code, duplicated here: The bookViews element is not required according to the schema, but its absence can cause Excel to crash when opening the print preview (see https://phpexcel.codeplex.com/workitem/2935). It suffices however to define a bookViews with a single empty workbookView element (the bookViews must contain at least one wookbookView).

qrilka commented 8 years ago

Perfect