XLS Export non text

Not sure if this is more a bug report or feature request, what ever helps to get it done is ok with me :wink:

I have an eazybi table in confluence that is intended to be exported as xls/csv by the user and then he can play with the numbers in the table to simulate scenarios (adding/removing features or FTE or changing release dates) and see the impact on whether the plan is feasible, see image. The table contains excel formulas:

This works ok with csv (you have to resize the columns so you can read the data and there is no formatting but at least the formulas work as expected).

When exporting to XLS, then all cells are formatted as text so that the formulas do not compute anything but are shown as text (see image) and the user needs to go to each cell with a formula and press return once to make them work, which is really annoying. So the request here is to update the xls export to not preimpose text formatting on all cells and then everything should work fine.

Thx for considering this.

Hi,

Please share more details about the use-case - what steps did you perform to repeat this error.

Is there an eazyBI calculated user-defined measures with Excel formulas in the code that you try to export to Excel together with the rest of the measures?

If the formula results in the eazyBI calcualted measure return the “string” output, it will remain as text when exported to an Excel file. That is by design.

Have you tried calculating the results already in eazyBI before exporting them?
There is a function DateDiffWorkdays that you can use in eazyBI instead of NetworkdDays (in Excel)
https://docs.eazybi.com/eazybi/analyze-and-visualize/calculated-measures-and-members/mdx-function-reference/datediffworkdays

Martins / eazyBI