An Excel file can be saved as CSV file
A
Correct answer
Explanation
Excel has a 'Save As' feature that allows saving workbooks in multiple formats including CSV (Comma Separated Values). CSV is a plain text format where each column is separated by commas and each row by line breaks. This is commonly used for data interchange between different systems. The statement is true.