Skip to content

Commit

Permalink
Merge pull request #5555 from renato-s/BISERVER-14864
Browse files Browse the repository at this point in the history
[BISERVER-14864] - Empty file when downloading PIR to Excel 97-2003 format once data is past Excel limitations
  • Loading branch information
renato-s authored Mar 11, 2024
2 parents c5f9ebe + c472117 commit 5c8f90c
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 5c8f90c

Please sign in to comment.