Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do i export data to excel file

  • Thread starter Thread starter Coolstalin
  • Start date Start date
C

Coolstalin

Guest
Hi
how can i export nc sequence data like (cuting time , tool id, etc.) in excel file using protoolkit programing.
That is when i complete my nc sequence it should automatically transfer its info to the excel file.
 
Coolstalin,


You have to traverse the feature tree of the nc sequence and output the data you want manually to a csv file (or excel format if you know how to do that). Otherwise there is NOT a Pro/TOOLKIT API to do this.


Patrick
 
Thanks alot,
can i export it to *.txt file.
 
thanks for the reply,

can i export it to *.txt file.
 

Part and Inventory Search

Sponsor

Back
Top