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
Copy file name to clipboardExpand all lines: controls/spreadsheet/import-export.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,23 +17,23 @@ The model of **RadSpreadsheet** enables you to easily open or save documents fro
17
17
18
18
Here is a list of all the formats supported in **RadSpreadsheet**:
19
19
20
-
***Xlsx**: Rich text format, which exports the whole content of a workbook: worksheets, formula values, formatting, hyperlinks etc.
20
+
***Xlsx**: Rich text format, which exports the whole content of a workbook: worksheets, formula values, formatting, hyperlinks, etc.
21
21
22
-
***Xls**: Available as of **R3 2020 SP1**. Rich text format, which exports the content of a workbook: worksheets, formula values, formatting, hyperlinks etc. Supported in older applications.
22
+
***Xls**: Available as of **R3 2020 SP1**. Rich text format, which exports the content of a workbook: worksheets, formula values, formatting, hyperlinks, etc. Supported in older applications.
23
23
24
-
***Xlsm**: Available as of **2024 Q3**. Rich text format, which exports all that is included in the Xlsx file together with the macros in a macro-enabled file format.
24
+
***Xlsm**: Available as of **2024 Q3**. Rich text format, which exports all that is included in the Xlsx file, together with the macros in a macro-enabled file format.
25
25
26
-
***Pdf**: Fixed format, which preserves the content of a workbook in independent from software or hardware manner.
26
+
***PDF**: Fixed format, which preserves the content of a workbook independently of software or hardware.
27
27
28
-
***Csv** (commaseparated): Plain text format that saves the content of the cells in the *active* worksheet. The format strips all formatting and keeps only the result values of cells. These values are separated by a *culturedependent* delimiter.
28
+
***CSV** (comma-separated): Plain text format that saves the content of the cells in the *active* worksheet. The format strips all formatting and keeps only the result values of cells. A *culture-dependent* delimiter separates these values.
29
29
30
-
***Txt** (tabdelimited): Plain text format, which preserves only the content of the cells in the *active* worksheet. The format does not save any formatting and keeps only the result values of the cells. These values are delimited via tabs.
30
+
***Txt** (tab-delimited): Plain text format, which preserves only the content of the cells in the *active* worksheet. The format does not save any formatting and keeps only the result values of the cells. These values are delimited via tabs.
31
31
32
32
## Open/Save Document
33
33
34
34
### Using Code-Behind
35
35
36
-
To open or save a document with RadSpreadsheet, you can use the **Import()** and **Export()** methods respectively. Each of the format providers expose them and **Example 2** and **Example 3** show how you could use both functionalities with [**XlsxFormatProvider**](https://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/formats-and-conversion/xlsx/xlsxformatprovider).
36
+
To open or save a document with RadSpreadsheet, you can use the **Import()** and **Export()** methods, respectively. Each of the format providers exposes them, and **Example 2** and **Example 3** show how you could use both functionalities with [**XlsxFormatProvider**](https://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/formats-and-conversion/xlsx/xlsxformatprovider).
37
37
38
38
39
39
#### Example 1: Import XLSX document
@@ -45,7 +45,7 @@ To open or save a document with RadSpreadsheet, you can use the **Import()** and
Through the UI of RadSpreadsheet you can enable the end user to open and save documents. Clicking the Open or Save button in the File menu of RadRSpreadsheetRibbon opens the Open/Save File dialog and lets the user to choose the file they would like to open or, respectively, the location they would like to save to.
92
+
Through the UI of RadSpreadsheet, you can enable the end user to open and save documents. Clicking the Open or Save button in the File menu of RadRSpreadsheetRibbon opens the Open/Save File dialog, allowing the user to choose the file they would like to open or, respectively, the location they would like to save to.
93
93
94
94
#### Figure 1: Open and Save buttons in the File menu
0 commit comments