Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am creating excel report from ASP.NET application. The Currency values in the report should be displayed based on the format of the selected country..
For example: When i choose US and generate report. All the currency values should be displayed like, $99,999.35 ($##,##0.00) When i choose Germany and generate the same report, the values should be displayed like, 99.999,35 $ (##.##0,00 $) However the report when opened in Excel shows correctly for US but not for Germany option. The Report generation approach is generating a HTML mark-up with style elements such as "mso-number-format" and writing into browser with Response.write method. I am not using VSTO object library. Now is there something wrong in the approach? How can i fix the problem with formatting? Is there any way we can set culture information to the excel file from the application? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Currency issue | Setting up and Configuration of Excel | |||
Excel's localization of scientific notation | Excel Discussion (Misc queries) | |||
Excel programming of formulas and globalization problem | Excel Programming | |||
ControlSource and Localization Issue?? (run-time error '380' Could not set the ControlSource property) | Excel Programming | |||
ADO recordset XML format for globalization | Excel Programming |