Opened 6 years ago
Closed 6 years ago
#2160 closed task (fixed)
Table exporter should support exporting to Excel files
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.15 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
This has been tested in Reggie http://baseplugins.thep.lu.se/ticket/1110 and it would be nice if the "Table exporter" also could create Excel files.
In principle it should not be very hard since the code is already written in a way that makes this possible. One issue is that the export is purely string-based (via implicit or explict Formatter
:s). If we export to Excel we probably want to keep number as numbers, dates as dates, etc. Though in some cases we still want some kind of transformation. For example, plate coordinates are stored 0-based in BASE and are using a formatter when exporting. For example [0,0] (numeric) is exported as [A,1] (strings).
Change History (9)
comment:1 by , 6 years ago
comment:9 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In 7644: