Skip to content

Commit 9117f25

Browse files
committed
Update README.md
1 parent 42b1fd8 commit 9117f25

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
# The description of CSV 4180 program
1+
# The description of CSV 4180
22
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.
33

44
# 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+
![](images/open-window.png)
7+
8+
Thus, the csv file is converted to the correct table.
9+
![](images/feature-1.jpg)
710

811
# 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+
![](images/save-window.png)
14+
1015
The data is stored as it is displayed in the cells themselves and is separated by commas.

0 commit comments

Comments
 (0)