mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
3470: Add comments for the Excel Cell size.
This commit is contained in:
parent
c7a7898b95
commit
806d7a5bd9
@ -34,7 +34,7 @@ class ReportExcel implements TableReportModule {
|
|||||||
|
|
||||||
private static final Logger logger = Logger.getLogger(ReportExcel.class.getName());
|
private static final Logger logger = Logger.getLogger(ReportExcel.class.getName());
|
||||||
private static ReportExcel instance;
|
private static ReportExcel instance;
|
||||||
private static final int EXCEL_CELL_MAXIMUM_SIZE = 36767;
|
private static final int EXCEL_CELL_MAXIMUM_SIZE = 36767; //Specified at:https://poi.apache.org/apidocs/org/apache/poi/ss/SpreadsheetVersion.html
|
||||||
|
|
||||||
private Workbook wb;
|
private Workbook wb;
|
||||||
private Sheet sheet;
|
private Sheet sheet;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user