Openbravo Issue Tracking System - Openbravo ERP | |||||||||||||||||||||||||||||||||||||||||||||||
View Issue Details | |||||||||||||||||||||||||||||||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||||||||||||||||||||||||||||||
0029862 | Openbravo ERP | A. Platform | public | 2015-05-13 13:06 | 2017-03-15 20:18 | ||||||||||||||||||||||||||||||||||||||||||
Reporter | caristu | ||||||||||||||||||||||||||||||||||||||||||||||
Assigned To | caristu | ||||||||||||||||||||||||||||||||||||||||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||||||||||||||||||||||||||||||||||||||||
Status | closed | Resolution | fixed | ||||||||||||||||||||||||||||||||||||||||||||
Platform | OS | 5 | OS Version | ||||||||||||||||||||||||||||||||||||||||||||
Product Version | |||||||||||||||||||||||||||||||||||||||||||||||
Target Version | Fixed in Version | 3.0PR17Q2 | |||||||||||||||||||||||||||||||||||||||||||||
Merge Request Status | |||||||||||||||||||||||||||||||||||||||||||||||
Review Assigned To | alostale | ||||||||||||||||||||||||||||||||||||||||||||||
OBNetwork customer | |||||||||||||||||||||||||||||||||||||||||||||||
Web browser | |||||||||||||||||||||||||||||||||||||||||||||||
Modules | Core | ||||||||||||||||||||||||||||||||||||||||||||||
Support ticket | |||||||||||||||||||||||||||||||||||||||||||||||
Regression level | |||||||||||||||||||||||||||||||||||||||||||||||
Regression date | |||||||||||||||||||||||||||||||||||||||||||||||
Regression introduced in release | |||||||||||||||||||||||||||||||||||||||||||||||
Regression introduced by commit | |||||||||||||||||||||||||||||||||||||||||||||||
Triggers an Emergency Pack | No | ||||||||||||||||||||||||||||||||||||||||||||||
Summary | 0029862: Ability to generate excel reports with more than 65532 rows | ||||||||||||||||||||||||||||||||||||||||||||||
Description | Currently processes that generate excel reports should control by itself the number of generated rows. And in case a limit (65532) is reached, then an error message is thrown. This limit control is done because there exists a limitation in the jxl library used for generate this kind of reports, when that limit is reached then a jxl.write.biff.RowsExceededException is thrown. It would be nice if the application would have the ability of generate excel reports with more that 65532 rows. Project page: http://wiki.openbravo.com/wiki/Projects:Support_Xlsx_Export_Format [^] | ||||||||||||||||||||||||||||||||||||||||||||||
Steps To Reproduce | In description | ||||||||||||||||||||||||||||||||||||||||||||||
Proposed Solution | Increase ReportingUtils API to allow exporting excel files into XLSX format (available since Excel 2007[1]). This format has a bigger working area (1,048,576 rows and 16,384 columns)[2]. It would be nice to have a preference to indicate the format to be used to export the excel files by default (XLS or XLSX). We will need to use the JRXlsxExporter[3] class inside our reporting engine to generate the XLSX reports. [1] http://superuser.com/a/366473 [^] [2] http://www.excel-exercise.com/xls-xlsx-file/ [^] [3] http://jasperreports.sourceforge.net/api/net/sf/jasperreports/engine/export/ooxml/JRXlsxExporter.html [^] | ||||||||||||||||||||||||||||||||||||||||||||||
Additional Information | |||||||||||||||||||||||||||||||||||||||||||||||
Tags | No tags attached. | ||||||||||||||||||||||||||||||||||||||||||||||
Relationships |
| ||||||||||||||||||||||||||||||||||||||||||||||
Attached Files | |||||||||||||||||||||||||||||||||||||||||||||||
Issue History | |||||||||||||||||||||||||||||||||||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||||||||||||||||||||||||||||||||||
2015-05-13 13:06 | caristu | New Issue | |||||||||||||||||||||||||||||||||||||||||||||
2015-05-13 13:06 | caristu | Assigned To | => platform | ||||||||||||||||||||||||||||||||||||||||||||
2015-05-13 13:06 | caristu | Modules | => Core | ||||||||||||||||||||||||||||||||||||||||||||
2015-05-13 13:06 | caristu | Triggers an Emergency Pack | => No | ||||||||||||||||||||||||||||||||||||||||||||
2015-05-13 13:07 | caristu | Relationship added | related to 0028421 | ||||||||||||||||||||||||||||||||||||||||||||
2015-05-13 13:07 | caristu | Relationship added | depends on 0027369 | ||||||||||||||||||||||||||||||||||||||||||||
2016-01-15 09:15 | vmromanos | Relationship added | blocks 0031864 | ||||||||||||||||||||||||||||||||||||||||||||
2016-11-16 09:44 | caristu | Proposed Solution updated | |||||||||||||||||||||||||||||||||||||||||||||
2016-11-16 10:06 | caristu | Proposed Solution updated | |||||||||||||||||||||||||||||||||||||||||||||
2016-11-16 10:12 | ngarcia | Relationship added | has duplicate 0034163 | ||||||||||||||||||||||||||||||||||||||||||||
2016-11-16 10:16 | ngarcia | Relationship deleted | has duplicate 0034163 | ||||||||||||||||||||||||||||||||||||||||||||
2016-11-16 10:16 | ngarcia | Relationship added | related to 0034163 | ||||||||||||||||||||||||||||||||||||||||||||
2016-11-21 18:14 | caristu | Relationship added | related to 0034571 | ||||||||||||||||||||||||||||||||||||||||||||
2016-11-21 18:16 | caristu | Relationship deleted | related to 0034163 | ||||||||||||||||||||||||||||||||||||||||||||
2016-11-21 18:16 | caristu | Relationship added | has duplicate 0034163 | ||||||||||||||||||||||||||||||||||||||||||||
2017-01-12 12:27 | pradeepvarma | Issue Monitored: pradeepvarma | |||||||||||||||||||||||||||||||||||||||||||||
2017-02-02 13:15 | caristu | Description Updated | bug_revision_view_page.php?rev_id=14441#r14441 | ||||||||||||||||||||||||||||||||||||||||||||
2017-02-02 17:26 | caristu | Relationship added | blocks 0035145 | ||||||||||||||||||||||||||||||||||||||||||||
2017-02-03 10:15 | hgbot | Checkin | |||||||||||||||||||||||||||||||||||||||||||||
2017-02-03 10:15 | hgbot | Note Added: 0094031 | |||||||||||||||||||||||||||||||||||||||||||||
2017-02-03 10:15 | hgbot | Status | new => resolved | ||||||||||||||||||||||||||||||||||||||||||||
2017-02-03 10:15 | hgbot | Resolution | open => fixed | ||||||||||||||||||||||||||||||||||||||||||||
2017-02-03 10:15 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/00086d9062b4888c4902954b88c90780fd3e61bc [^] | ||||||||||||||||||||||||||||||||||||||||||||
2017-02-03 10:16 | caristu | Assigned To | platform => caristu | ||||||||||||||||||||||||||||||||||||||||||||
2017-02-03 10:16 | caristu | Review Assigned To | => alostale | ||||||||||||||||||||||||||||||||||||||||||||
2017-02-10 07:23 | alostale | Note Added: 0094191 | |||||||||||||||||||||||||||||||||||||||||||||
2017-02-10 07:23 | alostale | Status | resolved => closed | ||||||||||||||||||||||||||||||||||||||||||||
2017-02-10 07:23 | alostale | Fixed in Version | => 3.0PR17Q2 | ||||||||||||||||||||||||||||||||||||||||||||
2017-03-15 20:18 | hudsonbot | Checkin | |||||||||||||||||||||||||||||||||||||||||||||
2017-03-15 20:18 | hudsonbot | Note Added: 0095154 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|