Skip to content

Commit d895133

Browse files
TanyaDimitrovaVicTachev
authored andcommitted
Added import for SpreadStreamProcessing
R3 2022 update
1 parent 0bf569c commit d895133

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs-aspnet/document-processing.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Telerik Document Processing provides the RadPdfProcessing, RadSpreadProcessing,
1313

1414
* The [RadPdfProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/overview) library enables you to create, import, and export PDF documents.
1515
* The [RadSpreadProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/overview) enables you to effortlessly convert documents from one to another file format among XLSX, XLS, CSV and TXT.
16-
* The [RadSpreadStreamProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radspreadstreamprocessing/overview) library enables you to export large `XLSX` and `CSV` spreadsheet documents with low memory footprint and great performance.
16+
* The [RadSpreadStreamProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radspreadstreamprocessing/overview) library enables you to read or export large `XLSX` and `CSV` spreadsheet documents with low memory footprint and great performance.
1717
* The [RadWordsProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radwordsprocessing/overview) library enables you to create, import, and export `DOCX`, `DOC` & `DOT` (import only), `HTML`, `RTF`, and `TXT` documents, and export them to PDF.
1818
* The [RadZipLibrary](https://docs.telerik.com/devtools/document-processing/libraries/radziplibrary/overview) library enables you to compress and decompress `ZIP` files.
1919

@@ -30,6 +30,7 @@ The Telerik Document Processing libraries for .NET Core support the following fi
3030
* `TXT`
3131
* `XLSX`
3232
* `XLS`
33+
* `XLSM` (import only)
3334
* `ZIP`
3435

3536
## Available NuGet Packages
@@ -40,7 +41,7 @@ Telerik Document Processing supports [.NET Standard 2.0](https://github.com/dotn
4041
* `Telerik.Documents.Flow.nupkg`—The package is part of the Word (text) processing library. Required for processing `HTML`, `DOCX`, `RTF`, and `TXT` documents.
4142
* `Telerik.Documents.Flow.FormatProviders.Doc.nupkg`—The package allows for importing flow documents from `DOC` or `DOT` files.
4243
* `Telerik.Documents.Flow.FormatProviders.Pdf.nupkg`—The package allows for exporting flow documents, such as `DOCX` and `RTF`, to PDF.
43-
* `Telerik.Documents.SpreadsheetStreaming.nupkg`—The main package for generating huge spreadsheet files while using minimum resources.
44+
* `Telerik.Documents.SpreadsheetStreaming.nupkg`—The main package for generating or reading huge spreadsheet files while using minimum resources.
4445
* `Telerik.Documents.Fixed.nupkg`—The package is required when processing PDF documents.
4546
* `Telerik.Documents.CMapUtils.nupkg`—This package provides you with access to predefined CMap tables. It is optional an you will need it only if you have to work with documents that contain [CMap tables](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/concepts/cmaps).
4647
* `Telerik.Documents.ImageUtils.nupkg`—To export images different than Jpeg and Jpeg2000 or ImageQuality different than High you will need to add a reference to this package. Depends on [Magick.NET](https://github.com/dlemstra/Magick.NET).
@@ -58,9 +59,11 @@ Telerik Document Processing is available as part of the following suites:
5859

5960
* DevCraft
6061
* Telerik UI for Blazor
62+
* Telerik UI for .NET MAUI
6163
* Telerik UI for ASP.NET AJAX
6264
* Telerik UI for ASP.NET MVC
6365
* Telerik UI for ASP.NET Core
66+
* Telerik UI for WinUI
6467
* Telerik UI for WPF
6568
* Telerik UI for WinForms
6669
* Telerik UI for Silverlight

0 commit comments

Comments
 (0)