Sort Score
Result 10 results
Languages All
Labels All
Results 2,781 - 2,790 of 101,162 for

workbook

(0.22 sec)
  1. 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...
  2. 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...
  3. 使用 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...
  4. 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...
  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. 图表数据标签|Aspose.Slides for PHP 文档

    设置PowerPoint图表数据标签和距离...$defaultWorksheetInde = 0 ; # 获取图表数据工作表 $workbook = $chart -> getChartData ()...-> getSeries () -> add ( $workbook -> getCell ( $defaultWorksheetInde...

    docs.aspose.com/slides/zh/php-java/chart-data-l...
  7. Advanced Protection Settings since Excel XP wit...

    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....File menu, select Protect Workbook followed by Protect Current...Aspose.Cells provides a class, Workbook , that represents a Microsoft...

    docs.aspose.com/cells/nodejs-cpp/advanced-prote...
  8. Conversion|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 workbook = new Workbook ( "Sample.xls"...xls" ); workbook . Save ( "Converted.xlsx" , SaveFormat . Xlsx );...

    docs.aspose.com/cells/net/conversion/
  9. Public API Changes in Aspose.Cells 8.0.1|Docume...

    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....//Instantiate a new Workbook Workbook book = new Workbook (); //Set the...automatically created by the Workbook. In order to change the memory...

    docs.aspose.com/cells/java/public-api-changes-i...
  10. Chart to Image with C++|Documentation

    Learn how to use Aspose.Cells for C++ to convert a chart to an image format, such as JPEG or PNG. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a standalone image for further use and manipulation....); // Create a new workbook Workbook workbook ; // Add a new worksheet...worksheet to the workbook int sheetIndex = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/chart-to-image/