Idea
What I wanted to achieve?
- I created screen in Origam application to display reporting data
- I want to allow users simply Export to Excel to create the report what they need
- I would like the excel data would like as it is designed on the screen
What difficulties I see?
- Date fields are formatted on the screen in
dd.MM.yyyy
format, but in Excel there they are displayed asdd.MM.yyyy HH:mm
- The width of columns is not set to align with data
Questions
- Is it possible to adjust code that dates in Excel would follow the formatting defined in screen section model (custom Date format)? At this moment, I use “workaround” that I format the data into Text fields with expected formatting and it works fine. So no big deal at this moment.
- Is it possible to force Excel to adjust column width? Or to somehow follow columns’ width set on the screen? It is not big deal to adjust columns width as user but if it is possible to tell excel how to width data, it would be nice for end users.