229k views
3 votes
Which type of file can be used to import data into a spreadsheet?

2 Answers

1 vote

text file is a good way to import anything to a spread sheet

User Tacocat
by
9.3k points
5 votes

.xlsx / .xls: standard Excel formats. .xlt: Excel template. .xlsb: an Excel format written in binary instead of XML, which allows for the saving of extremely large spreadsheets faster than standard formats. .csv: comma-separated value (as in the first import example used above; can be read by any spreadsheet program).


User Waqar Naeem
by
9.0k points