<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Reading Excel Points in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/reading-excel-points/m-p/11619100#M15078</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Points.PNG" style="width: 814px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1152294iB3FAAA069E55D67C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Points.PNG" alt="Points.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hi Everyone, is there any way I can read the points from an excel file ? For example here you can see that we have a set of XY Points, like in the Photo, P0 would have the coordinates of (76,-145,0), P1 would have the coordinates of (66,127,0)..., Is there any way I can read them?&lt;BR /&gt;Also can we create a model line from P0 to P1, then from P1 to P2, etc..., I'd appreciate any help&amp;nbsp;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 14 Dec 2022 08:13:00 GMT</pubDate>
    <dc:creator>ahmadkhalaf7892</dc:creator>
    <dc:date>2022-12-14T08:13:00Z</dc:date>
    <item>
      <title>Reading Excel Points</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/reading-excel-points/m-p/11619100#M15078</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Points.PNG" style="width: 814px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1152294iB3FAAA069E55D67C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Points.PNG" alt="Points.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hi Everyone, is there any way I can read the points from an excel file ? For example here you can see that we have a set of XY Points, like in the Photo, P0 would have the coordinates of (76,-145,0), P1 would have the coordinates of (66,127,0)..., Is there any way I can read them?&lt;BR /&gt;Also can we create a model line from P0 to P1, then from P1 to P2, etc..., I'd appreciate any help&amp;nbsp;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 08:13:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/reading-excel-points/m-p/11619100#M15078</guid>
      <dc:creator>ahmadkhalaf7892</dc:creator>
      <dc:date>2022-12-14T08:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Excel Points</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/reading-excel-points/m-p/11619578#M15079</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11451450"&gt;@ahmadkhalaf7892&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I understood your question correctly, you want to know if you can read data from an MS Excel file. If that is the case, I believe you can achieve what you want by using c# or python languages. After reading the data in the worksheet, you can then pass it to the Revit API. There are several examples on how to do that and I will share a few on how to read excel files in c#:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/9155642/how-to-read-an-excel-file-in-c-sharp-without-using-microsoft-office-interop-exce" target="_blank"&gt;https://stackoverflow.com/questions/9155642/how-to-read-an-excel-file-in-c-sharp-without-using-microsoft-office-interop-exce&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.c-sharpcorner.com/UploadFile/01a5f9/read-and-write-the-spreadsheet-without-any-dependency/" target="_blank"&gt;https://www.c-sharpcorner.com/UploadFile/01a5f9/read-and-write-the-spreadsheet-without-any-dependency/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://csharp.hotexamples.com/examples/NPOI.XSSF.UserModel/XSSFWorkbook/-/php-xssfworkbook-class-examples.html" target="_blank"&gt;https://csharp.hotexamples.com/examples/NPOI.XSSF.UserModel/XSSFWorkbook/-/php-xssfworkbook-class-examples.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this works for you&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 12:33:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/reading-excel-points/m-p/11619578#M15079</guid>
      <dc:creator>moturi.magati.george</dc:creator>
      <dc:date>2022-12-14T12:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Excel Points</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/reading-excel-points/m-p/11619609#M15080</link>
      <description>&lt;P&gt;Also please note you you can vastly simplify your workflow by exporting from Excel to CSV format. The result is a simple comma-delimited text file that you can easily parse yourself in any language you like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://duckduckgo.com/?q=csv+parser&amp;amp;atb=v343-1&amp;amp;ia=web" target="_blank"&gt;https://duckduckgo.com/?q=csv+parser&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 12:50:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/reading-excel-points/m-p/11619609#M15080</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2022-12-14T12:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Excel Points</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/reading-excel-points/m-p/11619613#M15081</link>
      <description>Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12896310"&gt;@moturi.magati.george&lt;/a&gt;&lt;BR /&gt;Thanks a lot for your help , I'll check them now</description>
      <pubDate>Wed, 14 Dec 2022 12:51:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/reading-excel-points/m-p/11619613#M15081</guid>
      <dc:creator>ahmadkhalaf7892</dc:creator>
      <dc:date>2022-12-14T12:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Excel Points</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/reading-excel-points/m-p/11619619#M15082</link>
      <description>Hi Jeremy,&lt;BR /&gt;By that you mean I can read them using a normal text file not an excel sheet right ?&lt;BR /&gt;do you have any idea how I can create the points though? Thanks</description>
      <pubDate>Wed, 14 Dec 2022 12:52:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/reading-excel-points/m-p/11619619#M15082</guid>
      <dc:creator>ahmadkhalaf7892</dc:creator>
      <dc:date>2022-12-14T12:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Excel Points</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/reading-excel-points/m-p/11619737#M15083</link>
      <description>&lt;P&gt;In Excel, simply save as CSV.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 13:27:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/reading-excel-points/m-p/11619737#M15083</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2022-12-14T13:27:15Z</dc:date>
    </item>
  </channel>
</rss>

