﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Business Objects and Data Access (How do I?)  » Load data from excel file</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 00:28:36 GMT</lastBuildDate><ttl>20</ttl><item><title>Load data from excel file</title><link>http://forum.strataframe.net/FindPost10716.aspx</link><description>Hi,&lt;br&gt;
How could I load data excel into BO?&lt;br&gt;
&lt;br&gt;
Thank you</description><pubDate>Mon, 06 Aug 2007 16:44:55 GMT</pubDate><dc:creator>Chan</dc:creator></item><item><title>RE: Load data from excel file</title><link>http://forum.strataframe.net/FindPost10738.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;we had the same type of problem (Excel to Oracle) and in the end decided to use a commercial tool/component from Syncfusion (&lt;A href="http://www.syncfusion.com/products/xlsio/windows/default.aspx"&gt;http://www.syncfusion.com/products/xlsio/windows/default.aspx&lt;/A&gt;) together with SF in a VB.Net environment. That solution worked fine for us.&lt;/P&gt;&lt;P&gt;Kari</description><pubDate>Mon, 06 Aug 2007 16:44:55 GMT</pubDate><dc:creator>Kari Paukku</dc:creator></item><item><title>RE: Load data from excel file</title><link>http://forum.strataframe.net/FindPost10732.aspx</link><description>I thought there was a ADO.NET driver for excel (there was for ADO).  If there is, you could just open excel via ADO.NET.  As I recall the excel drivers are finicky.</description><pubDate>Mon, 06 Aug 2007 13:42:27 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: Load data from excel file</title><link>http://forum.strataframe.net/FindPost10721.aspx</link><description>Well, this is obviously not a native function of the BO, so you will need to convert the Excel document into XML and then you can use the ADO.NET DataTable command to read in the XML document and finally you can use the CopyDataFrom on the BO to bring the data in in a known format.&lt;/P&gt;&lt;P&gt;I recommend using the MSOffice Interop classes to open and read the Excel document and dump it into an XML format.&amp;nbsp; Once this is done you can bring it into a DataTable which can then be brought into the BO.</description><pubDate>Sat, 04 Aug 2007 09:27:49 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>