Skip to content

Commit cd62b5a

Browse files
dimodidimodi
authored andcommitted
Update components/spreadsheet/overview.md
1 parent 841971e commit cd62b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/spreadsheet/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To use the Telerik Spreadsheet for Blazor:
4848

4949
## Spreadsheet File Format
5050

51-
The Telerik Spreadsheet component loads and exports files in the Open XML SpreadsheetML (XLSX) format. If you want to work with other formats, consider [Telerik Document Processing](slug:dpl-in-blazor). The library includes [different `FormatProvider`s](https://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/formats-and-conversion/general-information), which allow you to convert from one format to another. Here are a few possible use cases:
51+
The Telerik Spreadsheet component loads and exports files in the Open XML SpreadsheetML (XLSX) format. If you want to work with other formats, consider [Telerik Document Processing](slug:dpl-in-blazor). The library includes [different Spreadsheet `FormatProvider`s](https://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/formats-and-conversion/general-information), which allow you to convert from one format to another. Here are a few possible use cases:
5252

5353
* Convert a CSV or XLS file to XLSX. Then, use the XLSX byte array to set the Spreadsheet `Data` parameter.
5454
* Convert an [exported XLSX file](#spreadsheet-reference-and-methods) to another office document format before saving.

0 commit comments

Comments
 (0)