Sort Score
Result 10 results
Languages All
Labels All
Results 2,791 - 2,800 of 100,089 for

workbook

(0.23 sec)
  1. Export Range of Cells in a Worksheet to Image w...

    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....// Create workbook from source file. const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( sourceDir , "sampleExportRangeOfC...

    docs.aspose.com/cells/nodejs-cpp/export-range-o...
  2. 使用 C++ 通过 Node.js 插入或删除 Excel 工作表中的行|Documentation

    本文提供了使用 C++ 的 Node.js 代码,用于在 Excel 工作表中插入和删除行。..."data" ); // Instantiate a Workbook object. // Load a template...file. const workbook = new AsposeCells . Workbook ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/insert-or-d...
  3. Render Custom Date Format Pattern g and ge mm d...

    Aspose.Cells is a C++ library for working with spreadsheet files that supports rendering dates using custom date format patterns 'g' and 'ge'. This article will describe how to render custom date format patterns using the Aspose.Cells library so that users can control how dates are displayed if they want....02_OutputDirectory \\ " ); // Create workbook from an existing Excel file...u "SourceFile.xlsx" ; Workbook workbook ( inputFilePath ); //...

    docs.aspose.com/cells/cpp/render-custom-date-fo...
  4. Get Warnings while Loading Excel File with C++|...

    Learn how to catch and handle warnings while loading Excel files using Aspose.Cells for C++....Sometimes the user tries to load a workbook that is somewhat corrupt but...warnings while loading the workbook. You can catch these warnings...

    docs.aspose.com/cells/cpp/get-warnings-while-lo...
  5. Border Settings with C++|Documentation

    How to use the Aspose.Cells library in C++ to set the border style and color of cells. By adjusting the width, style, and color of the border, you have more control over how cells look and appear....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/cells-border-settings/
  6. Change Tick Label Direction with JavaScript via...

    Learn how to change the direction of tick labels in Aspose.Cells for JavaScript via C++. Our guide will help you understand how to adjust the orientation of tick labels on axes, including horizontal, vertical, and angled orientations...."text/javascript" > const { Workbook , SaveFormat , ChartTextDirectionTy...arrayBuffer (); const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/javascript-cpp/change-tic...
  7. Embed Attachment to PDF with JavaScript via C++...

    Learn how to embed an Ole Object as an attachment in a PDF using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , PdfSaveOptions , SaveFormat...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/embed-atta...
  8. 使用 JavaScript 通过 C++ 查找工作表中形状的绝对位置|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 查找工作表内形状的绝对位置。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...inside the workbook object const workbook = new Workbook ( new Uint8Array...

    docs.aspose.com/cells/zh/javascript-cpp/finding...
  9. Get Validation Applied on a Cell|Documentation

    This article shows how to apply validation to a cell with JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...the workbook from the selected Excel file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/get-valida...
  10. Specify the Language of the Excel File using Bu...

    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....following sample code creates a workbook and changes its built‑in document..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/specify-th...