Re: excel export D2W
Re: excel export D2W
- Subject: Re: excel export D2W
- From: Fabian Peters <email@hidden>
- Date: Fri, 28 Oct 2016 09:07:39 +0200
Hi Ted,
That's handled via the rules. I don't have an example for dates, but for numeric values it looks like:
10 : (propertyKey like '*NetTurnover' or propertyKey like '*GrossProfit') => excelCellFormatForProperty = "#,##0€;#,##0€" [com.webobjects.directtoweb.Assignment]
10 : (propertyKey like '*NetTurnover' or propertyKey like '*GrossProfit') => excelCellTypeForProperty = "CELL_TYPE_NUMERIC" [com.webobjects.directtoweb.Assignment]
Fabian
> Am 28.10.2016 um 05:29 schrieb Theodore Petrosky <email@hidden>:
>
> I am looking at ERExcelLook and the minimal video from David. Is there a way to specify the cell type for an attribute? I have added a formatter for my date column, but I really want to specify that it is a date column. I am trying to get the data into excel with as much of the cell types set up as I can.
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden