Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 156,997 for

xlsx

(0.17 sec)
  1. 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...
  2. 使用C++通过JavaScript更改Excel文本框或形状的字符间距|Documentation

    使用C++的Aspose.Cells for JavaScript,通过JavaScript更改Excel文本框或形状的字符间距。...xlsx,.csv" /> < button id = "runExample"...4 ; // Save the workbook in xlsx format const outputData = workbook...

    docs.aspose.com/cells/zh/javascript-cpp/change-...
  3. Aspose.Cells - Regression bug causing pivot tab...

    Hi, We are are using Aspose.Cells (NET), version 25.8.0. We’re trying to save a .Xlsx file with pivot tables, and it gets saved as a corrupted file requiring recovery. This did not occur on previous versions (tested at …...xlsx file with pivot tables, and...which is resulting in the saved .xlsx file becoming corrupted. This...

    forum.aspose.com/t/aspose-cells-regression-bug-...
  4. Working with the Glow Effect of Shape or Chart ...

    Learn how to work with the glow effect of shapes or charts in Node.js using Aspose.Cells for Node.js via C++....xlsx ), accesses the first shape...output Excel file ( 5115414.xlsx ). const path = require ( "path"...

    docs.aspose.com/cells/nodejs-cpp/working-with-t...
  5. 用 JavaScript 通过 C++ 保护和取消保护工作簿结构|Documentation

    使用 C++ 通过 JavaScript 保护和解除保护Excel文件的工作簿结构。...xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/zh/javascript-cpp/protect...
  6. Change the Absolute Path of External Link Data ...

    Learn how to change the absolute path of the external link data source file using Aspose.Cells for JavaScript via C++.... xlsx External Link Data Source After...Downloads \ ExternalAccounts . xlsx External Link Data Source After...

    docs.aspose.com/cells/javascript-cpp/change-the...
  7. 支持在用Python加载HTML到Excel工作簿时布局DIV标签 via .NET|Docu...

    学习如何在使用Aspose.Cells for Python via .NET导入HTML到Excel工作簿时,保持DIV标签的布局。实现HTML结构转换的精确控制。...xlsx)。 import os import io from aspose...auto_fit_columns () # Save the workbook in xlsx format output_path = os . path...

    docs.aspose.com/cells/zh/python-net/support-the...
  8. Read Excel File in Python

    This topic covers how to open and read Excel files in Python. It provides IDE setup instructions, a step-by-step approach, and a working example to create an Xlsx reader in Python....working example to create an XLSX reader in Python . Additionally...cell’s content. Code to Create XLSX Reader in Python This basic...

    kb.aspose.com/cells/python/read-excel-file-in-p...
  9. 使用C++在加载工作簿时自动调整列宽和行高以适应HTML内容|Documentation

    学习如何在使用Aspose.Cells for C++加载HTML时,将列和行自动调整以适应内容。...以下示例代码首先无需加载选项将样本 HTML 加载到 Workbook 中并以 XLSX 格式保存。然后再次加载样本 HTML 到 Workbook...GetAutoFitColsAndRow() 属性为 true 后加载,并以 XLSX 格式保存。请下载两个输出的 Excel 文件,即 未自动调整列和行的输出...

    docs.aspose.com/cells/zh/cpp/autofit-columns-an...
  10. 在复制行或区域时将图表数据源更改为目标工作表,使用C++|Documentation

    了解在复制行或范围到Aspose.Cells for C++时,如何将图表的数据源更改为目标工作表。我们的指南将向您展示如何更新图表的数据范围并将其链接到目标工作表,确保复制的行或范围在图表中得到准确反映。...xlsx),并生成输出Excel文件(5113697.xlsx)。 #include <iostream>...Workbook wb ( srcDir + u "sample.xlsx" ); // Access the first sheet...

    docs.aspose.com/cells/zh/cpp/change-data-source...