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

workbook

(0.46 sec)
  1. Customizing the Ribbon XML with Node.js via C++...

    Learn how to customize the Ribbon XML in Excel using Aspose.Cells for Node.js via C++....the workbook const workbook = new AsposeCells . Workbook ( filePath...com/office/2006/01/customui"></customUI>` ; workbook . setRibbonXml ( ribbonXml...

    docs.aspose.com/cells/nodejs-cpp/customizing-th...
  2. 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/
  3. Download and Configure Aspose.Cells in Jython|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....quickstart / ' workbook = Workbook () sheet = workbook . getWorksheets...file_format_type = FileFormatType workbook . save ( dataDir + "HelloWorld...

    docs.aspose.com/cells/java/download-and-configu...
  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. 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...
  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. Manage Chart Data Labels in Presentations Using...

    Learn to add and format chart data labels in PowerPoint presentations using Aspose.Slides for PHP via Java for more engaging slides....the chart data worksheet $workbook = $chart -> getChartData ()...-> getSeries () -> add ( $workbook -> getCell ( $defaultWorksheetInde...

    docs.aspose.com/slides/php-java/chart-data-label/