Hello Support,
We use Aspose.Cells 1.9.0.0 in production report servers 2012.
For date column in the report, we use the “Language” property for the cell, feeding it with the correct value according to the locale\language of the customer which executes the report.
We have an issue when we render a report to CSV\TSV using Aspose rendering extension - that the date field is not formatted according to the Language of the cell.
What we have the field is:
Language: =Parameters!Culture.Value (e.g.: en-AU)
but the output is always according to the Report server machines locale (en-US).
Here is the extension configuration in the SSRS rsreportserver.config:
<Extension Name="ACCSV" Type="Aspose.Cells.ReportingServices.CSVRenderer,Aspose.Cells.ReportingServices">
<Configuration>
<DeviceInfo>
<FieldDelimiter>,</FieldDelimiter>
</DeviceInfo>
</Configuration>
</Extension>
<Extension Name="ACTXT" Type="Aspose.Cells.ReportingServices.TabDelimitedRenderer,Aspose.Cells.ReportingServices">
<Configuration>
<DeviceInfo>
<FieldDelimiter>tab</FieldDelimiter>
</DeviceInfo>
</Configuration>
</Extension>
Is this a know bug or are we missusing it?
Thanks
Boaz, Sizmek