Sort Score
Result 10 results
Languages All
Labels All
Results 2,321 - 2,330 of 140,007 for

xlsx

(0.22 sec)
  1. Working with the Reflection Effect of Shape or ...

    Learn how to work with the reflection effect of shapes or charts using Aspose.Cells with C++....xlsx" ; // Path of output excel file...outputFilePath = outDir + u "output_out.xlsx" ; // Load your source excel...

    docs.aspose.com/cells/cpp/working-with-the-refl...
  2. Insert Timeline with C++|Documentation

    Learn how to create a timeline with Aspose.Cells using C++....saves the workbook in output XLSX format. The following screenshot...U16String inputFilePath = u "input.xlsx" ; Workbook wb ( inputFilePath...

    docs.aspose.com/cells/cpp/create-timeline/
  3. 用C++加载特定工作表的工作簿|Documentation

    学习如何使用 Aspose.Cells 和 C++ 加载特定工作表以提升性能和减少内存使用。...loadOptions ( LoadFormat :: Xlsx ); loadOptions . SetLoadFilter...Workbook ( srcDir + u "TestData.xlsx" , loadOptions ); // Perform...

    docs.aspose.com/cells/zh/cpp/load-specific-work...
  4. 使用Python.NET设置Workbook的公式计算模式|Documentation

    学习如何使用Aspose.Cells for Python via .NET API设置Excel工作簿中的公式计算模式(自动、手动)。逐步指南附代码示例。...xlsx" ) # Configure manual calculation...workbook workbook . save ( "output.xlsx" ) import os from aspose.cells...

    docs.aspose.com/cells/zh/python-net/setting-for...
  5. 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...
  6. 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...
  7. 使用C++将工作簿保存为严格Open XML电子表格格式|Documentation

    了解如何使用Aspose.Cells for C++将工作簿保存为严格Open XML电子表格格式。...xlsx" , SaveFormat :: Xlsx ); std :: cout <<...

    docs.aspose.com/cells/zh/cpp/save-workbook-to-s...
  8. 使用 AbstractCalculationEngine 和 Node.js via C++ ...

    本文介绍了使用 Node.js via C++ 的 Aspose.Cells 库实现返回 Excel 中一系列值的抽象计算引擎。学习如何加载或创建 Excel 文件并将修改后的文件保存到磁盘。...calculationOptions ); // Save to xlsx by setting the calc mode to...save ( dataDir + "output_out.xlsx" ); // Save to pdf workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/returning-a...
  9. Create, Manipulate or Remove Scenarios from Wor...

    In this article, you will learn how to create, manipulate or remove Scenarios from Excel Worksheets programmatically using C++ Library with Aspose.Cells API....The sample code below opens an XLSX Excel file that contains some...( srcDir + u "aspose-sample.xlsx" ); // Access first worksheet...

    docs.aspose.com/cells/cpp/create-manipulate-or-...
  10. Aspose.Cells for Java - Interruptible Library|D...

    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" , FileFormatType . XLSX ); } catch ( CellsException...

    docs.aspose.com/cells/java/aspose-cells-for-jav...