Modify ↓
Opened 7 years ago
Closed 7 years ago
#13337 closed enhancement (fixed)
Support formulas like ExportImportXlsPlugin does
Reported by: | Owned by: | Jun Omae | |
---|---|---|---|
Priority: | normal | Component: | TicketImportPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.2 |
Description
We have would like to import an excel document based on a template we have. To do this, we added an additional tab containing all the information we want to import into trac. With the ExportImportXlsPlugin, the values are imported. But the TicketImportPlugin doesn't evaluate the formula but imports the formula.
Attachments (0)
Change History (5)
comment:1 Changed 7 years ago by
Type: | defect → enhancement |
---|
comment:2 Changed 7 years ago by
Perfect! That does the trick.
The only minor issue I still have is that formulas which produce an empty line will generate empty tickets.
Thanks!
comment:3 Changed 7 years ago by
Also, neither xlrd nor openpyxl can evaluate formula in Excel file. The stored value at last modified are returned.
comment:4 Changed 7 years ago by
Owner: | changed from François Granade to Jun Omae |
---|---|
Status: | new → accepted |
Note: See
TracTickets for help on using
tickets.
Could you please try the following patch?
talm_importer/readers.py
)