eclipse-birt / birt

Eclipse BIRT™ The open source reporting and data visualization project.
http://www.eclipse.org/birt
Eclipse Public License 2.0
457 stars 394 forks source link

Excel: streaming mode of xlsx can cause exception if not all columns makred as tracked for column width calculation #1955

Closed speckyspooky closed 3 weeks ago

speckyspooky commented 3 weeks ago

The excel emitter can cause an exception if the streaming mode of xlsx is enabled and not all columns marked correctly for the column width calculation. To solve this topic the auto column calculation will be enabled if the streaming mode is enabled.

I will provide a PR for it.

xlsx-streaming-mode-auto-col-width-missing