Is there a way to create an excel doc from a stream, say the posted file of an html file input control?
There is a static Load method on the Workbook object which takes a Stream.
Thanks for your help. Seems like that would be exactly what I need. I must be using the wrong version though because I don't see a static Load method off the Workbook object. I only see a couple constants: MaxExcelCellFormatCount, MaxExcelColorCount, MaxExcelColumnCount, MaxExcelRowCount and Equals and ReferenceEquals.
I'm referencing Infragistics2.Excel.v7.1 (2007 Volume 1 -- CLR 2.0)
What version and assembly do I need to do this?