https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39394
--- Comment #3 from Owen Leonard <[email protected]> --- (In reply to trevor.diamond from comment #1) > but WHY is it "currently not possible" to get Excel files from reports? > Basically any table in Koha has 4 export options: Excel, CSV, Copy, Print. Just to clarify a little about why these things are different: tables which offer the Excel, CSV, etc. option are controlled by a third-party JavaScript library (DataTables) which includes this functionality. Saved SQL report results don't use the DataTables plugin because such reports could have thousands of results, and parsing that amount of data client-side with the DataTable plugin could crash the browser. Saved SQL report results are instead processed by Perl scripts in order to produce the requested file format for download. For this we depend on a third-party Perl library. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
