Skip to content

Commit

Permalink
[BISERVER-14864] - Empty file when downloading PIR to Excel 97-2003 f…
Browse files Browse the repository at this point in the history
…ormat once data is past Excel limitations
  • Loading branch information
renato-s committed Mar 8, 2024
1 parent 86bf155 commit c472117
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,6 @@ public enum AllowedPrptiTypes {
MIME_TYPE_EMAIL( "mime-message/text/html" ),
MIME_TYPE_PDF( "pageable/pdf" ),
MIME_TYPE_CSV( "table/csv;page-mode=stream" ),
MIME_TYPE_XLS( "table/excel;page-mode=flow" ),
MIME_TYPE_XLSX( "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;page-mode=flow" ),
MIME_TYPE_TXT( "pageable/text" ),
MIME_TYPE_RTF( "table/rtf;page-mode=flow" );
Expand Down

0 comments on commit c472117

Please sign in to comment.