Sort Score
Result 10 results
Languages All
Labels All
Results 3,231 - 3,240 of 156,997 for

xlsx

(0.23 sec)
  1. Excel to HTML - Use PresentationPreference Opti...

    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,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/javascript-cpp/excel-to-h...
  2. 使用 C++ 通过 JavaScript 将工作表转换为图片和按页转换为图片|Document...

    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 (1个工作表)。接下来,将模板文件的工作表Sheet1转换为名为SheetImage...jpg的图像文件。 以下是组件用来完成任务的代码。它将 Testbook.xlsx 中的Sheet1转换为图像文件,以说明这种转换有多么简便。...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  3. Setting Shared Formula in Aspose.Cells|Document...

    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" ; //Instantiate a Workbook...Save ( FileName , SaveFormat . Xlsx ); Download Sample Code Github...

    docs.aspose.com/cells/net/setting-shared-formul...
  4. Refresh Values of Linked Shapes with C++|Docume...

    Learn how to refresh values of linked shapes in Excel files using Aspose.Cells for C++....save your workbook in XLS or XLSX format. However, if you want...srcDir + u "sampleRefreshValueOf.xlsx" ); // Access first worksheet...

    docs.aspose.com/cells/cpp/refresh-values-of-lin...
  5. 用Node.js通过C++判断工作表是否为对话框工作表|Documentation

    本文提供判断Excel工作表是否为对话框工作表的说明和示例代码,使用Aspose.Cells for Node.js via C++。...xlsx)。它检查 Worksheet.getType() 属性,将其与...dataDir , "sampleFindIfWorkshee.xlsx" ); // Load Excel file containing...

    docs.aspose.com/cells/zh/nodejs-cpp/find-if-the...
  6. Access and Modify the Display Label of the Link...

    Learn how to access and modify the display label of a linked Ole object using Aspose.Cells for Node.js via C++....xlsx" ); // Load the sample Excel...( AsposeCells . SaveFormat . Xlsx ); // Set the workbook reference...

    docs.aspose.com/cells/nodejs-cpp/access-and-mod...
  7. 在文档信息面板中添加自定义属性(C++)|Documentation

    学习如何使用 Aspose.Cells 与 C++ 添加在文档信息面板中可见的自定义属性。...workbook ( FileFormatType :: Xlsx ); // Add simple property without...u "AddingCustomProperti_out.xlsx" ); std :: cout << "Custom properties...

    docs.aspose.com/cells/zh/cpp/adding-custom-prop...
  8. 导入HTML时删除换行后多余空格(使用C++)|Documentation

    了解如何在导入HTML时删除换行后的多余空格(使用Aspose.Cells for C++)。...xlsx" , SaveFormat :: Xlsx ); std :: cout <<...

    docs.aspose.com/cells/zh/cpp/delete-redundant-s...
  9. Insert or Delete Rows in an Excel Worksheet wit...

    This article provides the C++ code to insert and delete rows in an Excel worksheet....xlsx" ; // Path of output Excel file...= outDir + u "out_book1.out.xlsx" ; // Create workbook Workbook...

    docs.aspose.com/cells/cpp/insert-or-delete-rows...
  10. 使用Python.NET计算数据表的数组公式|Documentation

    了解如何使用Aspose.Cells for Python via .NET API计算Excel数据表的数组公式。编程修改和保存电子表格。...xlsx" )) # Access first worksheet...workbook = ac . Workbook ( "5115535.xlsx" ) # Calculate formulas using...

    docs.aspose.com/cells/zh/python-net/calculation...