Hello Guest it is March 28, 2024, 11:24:24 AM

Author Topic: reading excel files in Mach 3  (Read 3331 times)

0 Members and 1 Guest are viewing this topic.

reading excel files in Mach 3
« on: October 06, 2008, 10:16:12 PM »
I have several excel files, one with  x y pairs with several thousand points for linear interpolation and another in polar coordinates in degrees and y axis.  How do I import this into the g code editor? I quess what I am asking is how to import excel files into Mach 3 or how can I convert these files to g code that can be used by Mach 3?

Re: reading excel files in Mach 3
« Reply #1 on: October 06, 2008, 10:45:20 PM »
Hi,

How about saving your file in a DELIMTED text format (.txt).  Use something like a , (comma) as the delimiter.  Then open the text document in wordpad or Word and do a "Find a Replace" .  Search for the , and replace it with a space.

HTH,
Sid

Offline Vogavt

*
  •  260 260
    • View Profile
Re: reading excel files in Mach 3
« Reply #2 on: October 09, 2008, 02:14:46 PM »
Post a little bit your code and I'll see if I could write a macro for Excel to do the conversion.  A portion of each type would be needed.