Skip to main content
14-Alexandrite
April 11, 2019
Question

export data

  • April 11, 2019
  • 3 replies
  • 2144 views

Hello,

 

Is there a way to export data from Mathcad to excel. My Mathcad version is prime 4.0.

 

Thank you,

 

Faisal

3 replies

23-Emerald IV
April 11, 2019

You can use the function WRITECSV (look it up the help). It will write your data to a ,csv (Comma Separated Values) file, which you can read in with any excel.

 

Success!
Luc

23-Emerald IV
April 11, 2019

Then there's also WRITEEXCEL (look that up in the help as well). It will write your data into an existing Excel sheet at a certain location.

 

Success!
Luc

23-Emerald IV
April 11, 2019

And there is WRITEFILE (... help...) which will (over)write your data to a (new) Excel file.

 

Success!

Luc

fahmed-214-AlexandriteAuthor
14-Alexandrite
April 12, 2019

I was trying to export the data from Mathcad to an already made excel file but it is not letting me to. It lets me to a new file but not an existing one

23-Emerald I
April 12, 2019

Your command:

Capture2.PNG

From Help:

Capture.PNGCapture1.PNG

Your arguments are in the wrong order. I would leave out the row and column values and the !B5  and see whar happens