Sort Score
Result 10 results
Languages All
Labels All
Results 2,771 - 2,780 of 102,528 for

workbook

(0.11 sec)
  1. Implement 1904 Date System with JavaScript via ...

    Aspose.Cells is a JavaScript library for working with spreadsheet files. It supports the implementation of the 1904 date system, allowing users to calculate and format based on the January 1, 1904 date system. This article describes how to implement the 1904 date system using the Aspose.Cells library...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...arrayBuffer (); // Instantiating a Workbook object by opening the uploaded...

    docs.aspose.com/cells/javascript-cpp/implement-...
  2. 通过 C++ 使用 Node.js 获取标题或页脚|Documentation

    本文介绍了如何使用 C++ API 通过 Node.js 编程方式从 Excel 或 OpenOffice 文件中获取标题和页脚。...new Workbook const workbook = new AsposeCells . Workbook ( filePath...filePath ); const sheet = workbook . getWorksheets (). get ( 0...

    docs.aspose.com/cells/zh/nodejs-cpp/get-headers...
  3. 用C++用Aspose.Cells计算IFNA函数|Documentation

    如何使用Aspose.Cells库的C++实现对IFNA函数的计算。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法计算IFNA函数并获得结果。最后将修改后的Excel文件保存到磁盘。...(); // Create new workbook Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/calculating-ifna-f...
  4. Inserting a WAV file as an OLE Object with C++|...

    Learn how to insert a WAV file as an OLE object in Excel worksheets using Aspose.Cells with C++....intIndex = 0 ; Workbook workbook ; Worksheet sheet = workbook . GetWorksheets..., 220.0 , aspImageData ); workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/inserting-a-wav-file-...
  5. 在PHP中保存文件|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....through Path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/zh/net/saving-files-in-php/
  6. Excel chart data label text alignment changes -...

    Hi team, we found this bug where the text alignment of data labels gets set to center alignment even though they were originally in left alignment. This happens by just opening the file in aspose and saving it. i added a…...can reproduce the issue: a workbook that contains a chart with...Provide the original workbook, the saved workbook, and the XML diff...

    forum.aspose.com/t/excel-chart-data-label-text-...
  7. 创建并保存新工作簿|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.... Workbook newWorkbook = this . Application . Workbooks . Add...以下是Aspose.Cells的代码示例 Workbook newWorkbook = new Workbook (); Worksheet...

    docs.aspose.com/cells/zh/net/create-and-save-ne...
  8. Aspose.Cells 25.11 - Refreshing XLSM Pivot Tabl...

    Hi, I’m using Aspose.Cells 25.11 for .NET, and during our calculation engine we run refresh Pivot Tables. When using it on .xlsm file it returns a corrupt Workbook and changes the order of some columns on the Workbook…...file it returns a corrupt workbook and changes the order of some...some columns on the workbook. The process doesn’t throw an exception...

    forum.aspose.com/t/aspose-cells-25-11-refreshin...
  9. Precedents and Dependents with Node.js via C++|...

    Learn to trace precedent and dependent cells in spreadsheets using Aspose.Cells for Node.js via C++. Understand how to identify linked cells in complex financial worksheets....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/precedents-and...
  10. Extract Theme Data from Excel File|Documentation

    Aspose.Cells for Python via .NET is a library for working with spreadsheet files. It supports extracting theme data from Excel files, allowing users to obtain the style and formatting information of documents. This article will introduce how to extract theme data from Excel files using the Aspose.Cells for Python via .NET library....the theme name applied to a workbook and the theme color applied...can apply a theme to your workbook using Microsoft Excel via...

    docs.aspose.com/cells/python-net/extract-theme-...