You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The program CSV 4180 is an extension for Microsoft Excel and is designed to work with CSV files (Comma-Separated Values). CSV 4180 is integrated into Microsoft Excel and allows you to load and save data to an Excel spreadsheet from a CSV file according to the RFC 4180 standard.
3
3
4
4
# Opening a csv file in Excel
5
-
All data is loaded into Excel cells as string values according to RFC 4180.
6
-
Thus, the csv file is converted to the correct table.
5
+
All data is loaded into Excel cells as string values according to RFC 4180.
6
+

7
+
8
+
Thus, the csv file is converted to the correct table.
9
+

7
10
8
11
# Saving Excel data to CSV
9
-
The CSV 4180 extension stores a Microsoft Excel spreadsheet in a csv file, according to the RFC 4180 standard.
12
+
The CSV 4180 extension stores a Microsoft Excel spreadsheet in a csv file, according to the RFC 4180 standard.
13
+

14
+
10
15
The data is stored as it is displayed in the cells themselves and is separated by commas.
0 commit comments