Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 159,781 for

xlsx

(1.55 sec)
  1. Aspose::Words::Saving::XlsxSaveOptions::get_Com...

    Aspose::Words::Saving::XlsxSaveOptions::get_CompressionLevel method. Specifies the compression level used to save document. The default value is Normal in C++....Examples Shows how to compress XLSX document. auto doc = System...Aspose :: Words :: SaveFormat :: Xlsx ); doc -> Save ( get_ArtifactsDir...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Saving File to Response Object|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....xlsx or another extension. The enumeration...attachment associated with .xls/.xlsx or other extensions Inline Sends...

    docs.aspose.com/cells/net/saving-file-to-respon...
  3. Convert Pandas DataFrame to Excel|Documentation

    Convert Pandas to Excel by using Aspose.Cells for Python via .NET API....Convert Pandas DataFrame to XLSX via CSV format Converting a...creating charts and saving it as an XLSX file. The following code demonstrates...

    docs.aspose.com/cells/python-net/convert-pandas...
  4. Replace text in a workbook using Regular Expres...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....xlsx ). The output file ( 101089319.xlsx ) generated...

    docs.aspose.com/cells/net/replace-text-in-a-wor...
  5. Adding HTML Rich Text inside the Cell with Gola...

    Learn how to add HTML Rich Text inside the Cell through the Aspose.Cells for C++ API....Excel‑oriented HTML into XLS/XLSX format. It means that the HTML...can be converted back to XLS/XLSX format using Aspose.Cells. Similarly...

    docs.aspose.com/cells/go-cpp/adding-html-rich-t...
  6. 通过C++在复制行或范围时将图表的数据源更改为目标工作表(Destination Worksh...

    了解如何在Aspose.Cells for Node.js via C++中在复制行或区域的同时将图表的数据源更改为目标工作表。本指南演示了如何更新图表的数据范围并将其链接到目标工作表。...xlsx),并生成输出Excel文件(5113697.xlsx)。 const path =...path . join ( dataDir , "sample.xlsx" ); // Load sample excel file...

    docs.aspose.com/cells/zh/nodejs-cpp/change-data...
  7. 使用C++更改单元格对齐方式并保持现有格式|Documentation

    使用Aspose.Cells库更改单元格对齐方式并保留现有格式...xlsx),创建范围并将其在水平和垂直方向上居中对齐,并保持现有...例Excel文件和输出Excel文件(67338586.xlsx),并显示了所有单元格的现有格式相同,只是单元格现在在水平和垂直方向上都居中对齐。...

    docs.aspose.com/cells/zh/cpp/change-cells-align...
  8. Ինչպես փոխարկել PDF-ը Excel-ի Java-ում

    Այս արագ օրինակը այն մասին է, թե ինչպես փոխարկել PDF-ը Excel-ի Java-ում: PDF-ը Excel Java-ի վրա հիմնված հավելված արտահանելու համար, որն աշխատում է MS Windows-ով, macOS կամ Linux օպերացիոն համակարգերը կարող են օգտագործվել առանց Adobe Acrobat-ից կամ որևէ այլ գործիքի կախվածության:...ExcelSaveOptions օբյեկտ՝ ելքային XLSX կարգավորումները կիրառելու համար...կարող եք օգտագործել ցանկալի XLSX ֆայլի արտահանման տարբեր տարբերակներ...

    kb.aspose.com/hy/pdf/java/how-to-convert-pdf-to...
  9. 在使用Node.js通过C++在工作簿中加载HTML时自动调整列和行大小|Documentation

    了解如何在使用Aspose.Cells for Node.js via C++加载HTML文件时自动调整工作簿中的列和行大小。...以下示例代码首先在没有任何加载选项的情况下将示例HTML加载到工作簿中,并保存为XLSX格式。然后再次加载样本文HTML,但这次将 HtmlLoadOptions...getAutoFitColsAndRow() 属性设置为 true ,然后保存为XLSX格式。请下载两个输出Excel文件,即【无自动调整列行的...

    docs.aspose.com/cells/zh/nodejs-cpp/autofit-col...
  10. Read Excel File in C#

    This article explains how to read Excel file in C#. It includes the IDE configuration details, stepwise process, followed by a working sample code to create an Xlsx reader in C#....working sample code to create an XLSX reader in C# . Moreover, it...print its value. Code to Create XLSX Reader in C# This basic code...

    kb.aspose.com/cells/net/read-excel-file-in-csharp/