excel save as .csv

0
Hi How can I save an excel sheet as a .csv document? When I change the Extension to ".csv", I get an error message while opening the document. Under "Version" I only can choose between different excel versions. Thanks and regards Peter
 
asked 2/10/2019 4:19:11 AM
add a comment

1 Answers

0
You can use the `SaveAs` method as shown below: worksheet.SaveAs("Sample.csv", ",");
 
answered 2/11/2019 12:18:27 PM
add a comment

Your Answer

Not the answer you're looking for? Browse other questions tagged excel or ask your own question.