XL-Dennis
Well-known Member
- Joined
- Jul 27, 2002
- Messages
- 1,920
Nice forum!
At present I'm working with VB.NET 2003 / SQL Server 2000 / ADO.NET/Excel 2003.
Since it´s not possible to dump the records with CopyFromDataset in ADO.NET I try to make a workaround with XML/XSLT. (Write the records into a XML-file via a DataSet, transform it to a HTML-file with the XSLT-file)
At present my main concern is to create the XSLT-file for Excel 2003.
Does anyone know a good source for XSLT-templates for Excel as I dislike very much to create all of it (It reminds me of the old days when we wrote all HTML by hand...)?
At present I'm working with VB.NET 2003 / SQL Server 2000 / ADO.NET/Excel 2003.
Since it´s not possible to dump the records with CopyFromDataset in ADO.NET I try to make a workaround with XML/XSLT. (Write the records into a XML-file via a DataSet, transform it to a HTML-file with the XSLT-file)
At present my main concern is to create the XSLT-file for Excel 2003.
Does anyone know a good source for XSLT-templates for Excel as I dislike very much to create all of it (It reminds me of the old days when we wrote all HTML by hand...)?