Hello!
I've got a grid that has multiple, overlapping rows of data. The purpose of this grid is to build an exportable Excel spreadsheet.
Here would be a very simple example of how I need the spreadsheet to look in Excel
A B C D E
Name DOB Status Amount
John Q 12/12/20 Active $100.00
As you can see - the Excel Columns are the standard, default A..E.
Row 0 holds the "Headers" for the data directly beneath.
Row 1 holds the actual data - but when I export this to Excel, I want to be able to tell it "This cell is text" or "This cell is a Date/Time" etc.
Is this possible?
Thanks for the great products!
Curtis.