Reading Excel Files

Reading Excel Files

brad.bylls
Collaborator Collaborator
647 Views
2 Replies
Message 1 of 3

Reading Excel Files

brad.bylls
Collaborator
Collaborator

In researching how to read Excel files in Python/F360, it appears you have install a module that does not come with Python.

Any suggestions as to which module works best with F360?

Brad Bylls
0 Likes
Accepted solutions (1)
648 Views
2 Replies
Replies (2)
Message 2 of 3

datanasovte
Participant
Participant
Accepted solution

Hi Brad

 

I am using xlrd to read excel files and xlwt to write. There might be newer and better modules but for my needs these work fine.

Also xlrd is mentioned in the Programming Interface documentation and how to add aditonal modules to your program http://help.autodesk.com/view/fusion360/ENU/?guid=GUID-743C88FB-CA3F-44B0-B0B9-FCC378D0D782

0 Likes
Message 3 of 3

brad.bylls
Collaborator
Collaborator

Thanks for the input. 

Brad Bylls
0 Likes