By using this website, you agree to our Terms of Use (click here)
Is it possible to change the font when you are exporting a Generic Inquiry to Excel?
Actually, there are a number of formatting changes that I would like to see happen when exporting to Excel. It would be nice if they could happen automatically rather than having to do them manually every time.
Hi Animal,
As far as I know, you don't get to control what happens when you export a Generic Inquiry to Excel. I think it's all hardcoded into the GenericInquiry.aspx code that handles Generic Inquiries.
But, in this situation, what you could do is use OData in Excel to PULL the data from a Generic Inquiry rather starting with the Generic Inquiry and using it to PUSH the data into Excel. You would build your Excel file first, pulling from OData, with all of the formatting that you want. Then, when you want to refresh, you just click the Refresh button in Excel.
Too bad, maybe they will add some features around this in the future.
The OData workaround doesn't sound too painful. Maybe I'll give that a try.
