-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(exportExcel): Generate and save excel to file system, Download generated file with token #1477
Conversation
(from discussion):
|
report generation is breaking when multiple users tries to generate report |
ecbc418
to
4acf7dc
Compare
To reduce the size more you can remove many columns | project name | version | group | project type | project tag | clearingState | name | release: version | component type | clearing state | ECC information: eccStatus | ECC information: ECCN | ECC information: assessorDepartment | ECC information: assessmentDate | |
Yes only the mentioned colums are most important for a minimum set of an excel file. |
PS: I want to mention here additionally that in my test saving the exported excel file from SW360 production instance over Microsoft Excel reduces the excel file to 10% of the file size (without column change) |
Perhaps some excel compression option missing? :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reviewed the code. suggested some changes.
backend/src-common/src/main/java/org/eclipse/sw360/mail/MailUtil.java
Outdated
Show resolved
Hide resolved
libraries/exporters/src/main/java/org/eclipse/sw360/exporter/ProjectExporter.java
Show resolved
Hide resolved
libraries/exporters/src/main/java/org/eclipse/sw360/exporter/ProjectExporter.java
Outdated
Show resolved
Hide resolved
libraries/exporters/src/main/java/org/eclipse/sw360/exporter/ExcelExporter.java
Outdated
Show resolved
Hide resolved
...d/sw360-portlet/src/main/java/org/eclipse/sw360/portal/portlets/projects/ProjectPortlet.java
Outdated
Show resolved
Hide resolved
...d/sw360-portlet/src/main/java/org/eclipse/sw360/portal/portlets/projects/ProjectPortlet.java
Outdated
Show resolved
Hide resolved
4acf7dc
to
6dcc7b0
Compare
@akapti Thanks for review. Have incorporated the changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good to me.
Approved.
Tested by: @ag4ums
6dcc7b0
to
84950d7
Compare
…enerated file with token Signed-off-by: Jaideep Palit <[email protected]>
…rt completed Signed-off-by: Smruti Prakash Sahoo <[email protected]>
84950d7
to
26226fb
Compare
Resolved merge conflicts |
closes: #1475
How To Test?
Checklist
Must:
Signed-off-by: Jaideep Palit [email protected]