Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
cell value over 10 billion can't be exported with a number format using UltraGridExcelExporter
posted

Hi. I'm still poor at English. sorry first.

My 1st question in this forum has not resolved yet.

(I think it's platform bug, but SDK I'm using was so old and I decided to make a new grid and it works well.)

Now I'm interested in exporting to excel.

Suddenly, I found that cell value over 10 billion can't be exported with a number format using UltraGridExcelExporter.

   - I put some hard coded values (111111111-a, 1111111111-b, 11111111111-c)

   - a, b exported properly with a number format

   - c exported improperly.

       (in debugger, value type was Int64 but exported not a number format but a string format)

       (string format assigned with column unit so in the cell of the column of the row, still remained custom number format)

Is there any problem with interface between ultragrid and excel? (data width, ...)

Thanks in advance

Parents Reply Children
No Data