Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 102,518 for

workbook

(0.09 sec)
  1. Automatically refresh OLE object via Microsoft ...

    Learn how to automatically refresh OLE objects in Excel using Aspose.Cells for Node.js via C++....__dirname , "data" ); // Create workbook object from your sample Excel...file const workbook = new AsposeCells . Workbook ( path . join...

    docs.aspose.com/cells/nodejs-cpp/automatically-...
  2. Hiding the Display of Zero Values in the Worksh...

    This article will show you sample code explaining how to programmatically hide the zero values in an Excel spreadsheet using the Node.js library via C++....// Create a new Workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Get First worksheet of the workbook...

    docs.aspose.com/cells/nodejs-cpp/hiding-the-dis...
  3. Implement 1904 Date System with Node.js via C++...

    Aspose.Cells is a Node.js 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....Initialize a new Workbook // Open an Excel file const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Implement 1904 date system...

    docs.aspose.com/cells/nodejs-cpp/implement-1904...
  4. 将数据导入xlsx4j工作表|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....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Obtaining...sheet index int sheetIndex = workbook . getWorksheets (). add ();...

    docs.aspose.com/cells/zh/java/import-data-to-wo...
  5. 如何用 Python.NET 将点设置为总和|Documentation

    学习如何使用 Aspose.Cells for Python via .NET 逐步配置Excel瀑布图中的总点。...Load sample workbook workbook = cells . Workbook ( "SampleSheet...worksheet and chart worksheet = workbook . worksheets [ 0 ] chart =...

    docs.aspose.com/cells/zh/python-net/how-to-set-...
  6. Working Solution for Chart Resizing in PPTX|Asp...

    Fix unexpected chart resizing in PPTX when using embedded Excel OLE objects with Aspose.Slides for C++. Learn two methods with code to keep sizes consistent....changes in the underlying Excel workbook and then return to the corresponding...clicking outside the activated workbook. The size of the OLE object...

    docs.aspose.com/slides/cpp/working-solution-for...
  7. Setting Strong Encryption Type with JavaScript ...

    Learn how to set strong encryption types for Excel files using Aspose.Cells for JavaScript via C++....Cells Example - Encrypt Workbook </ title > </ head > < body...body > < h1 > Encrypt Workbook Example </ h1 > < input type = "file"...

    docs.aspose.com/cells/javascript-cpp/setting-st...
  8. Manage formulas of Excel files with JavaScript ...

    Learn how to manage formulas of Excel files through Aspose.Cells for JavaScript via C++. Aspose.Cells can simply get, set, and calculate formulas of Excel files....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a worksheets collection...

    docs.aspose.com/cells/javascript-cpp/using-form...
  9. Manage Cells HTML String|Documentation

    Learn how to manage a cell's HTML string through the Aspose.Cells for JavaScript via C++ API....example shows how to: Create a workbook and add some data. Get the..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...

    docs.aspose.com/cells/javascript-cpp/manage-cel...
  10. Format Pivot Table Cells|Documentation

    How to format pivot table cells with Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/format-piv...