From aab52c5caf4bc7cfb09e3d4a57e008a81c1ecbbe Mon Sep 17 00:00:00 2001 From: Dess Date: Fri, 26 Sep 2025 17:52:09 +0300 Subject: [PATCH] Update xlsxformatprovider.md --- .../xlsx/xlsxformatprovider.md | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/radspreadprocessing/formats-and-conversion/import-and-export-to-excel-file-formats/xlsx/xlsxformatprovider.md b/libraries/radspreadprocessing/formats-and-conversion/import-and-export-to-excel-file-formats/xlsx/xlsxformatprovider.md index f35bee52..f542eb8f 100644 --- a/libraries/radspreadprocessing/formats-and-conversion/import-and-export-to-excel-file-formats/xlsx/xlsxformatprovider.md +++ b/libraries/radspreadprocessing/formats-and-conversion/import-and-export-to-excel-file-formats/xlsx/xlsxformatprovider.md @@ -17,7 +17,6 @@ __XlsxFormatProvider__ makes it easy to import and export XLSX (Excel Workbook) >Unlike the CSV and TXT format providers, the __XlsxFormatProvider__ requires references to the following assemblies: >* Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.dll ->* ~~Telerik.Windows.Zip.dll~~* >note *As of **Q2 2025** the Zip Library will no longer be used as an internal dependency in the rest of the Document Processing Libraries - PdfProcessing, WordsProcessing, SpreadProcessing, SpreadStreamProcessing. It will be replaced by the System.IO.Compression. We will continue to ship the Telerik Zip Library as a standalone library so clients can still use it separately.