You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ftrotter@seanccsmith I added excel & csv download options to the button on the tabular view, and the back-end code to generate XSLX using PhpSpreadsheet library. Also added test to LoreCommander and it works for strings of numbers with leading zeros CareSet/LoreCommander@7db5af3
Copied from DURC #85
Two problems with the csv output that are causing issues for users:
Column header names retain spaces. Can these be changed to underscores, so that they're more machine-readable?
Int fields need to be output with quotes around them, so that Excel, etc, don't truncate leading zeros
The text was updated successfully, but these errors were encountered: