We are troubleshooting an issue impacting community login, and it may be intermittently unavailable. Sorry for any inconvenience.
Hello,
Is there a way to export data from Mathcad to excel. My Mathcad version is prime 4.0.
Thank you,
Faisal
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
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
And there is WRITEFILE (... help...) which will (over)write your data to a (new) Excel file.
Success!
Luc
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
Your command:
From Help:
Your arguments are in the wrong order. I would leave out the row and column values and the !B5 and see whar happens