Sort Score
Result 10 results
Languages All
Labels All
Results 3,531 - 3,540 of 102,528 for

workbook

(0.11 sec)
  1. Excel to PDF Conversion in 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/net/excel-to-pdf-conversi...
  2. Convert Excel to NumPy with Aspose.Cells for Py...

    Learn how to convert Excel to NumPy arrays using Aspose.Cells for Python. Step-by-step guide with installation, code examples, and best practices.... How to Convert Excel Workbook to NumPy Converting a Single...lets you export an entire workbook, worksheet, range, row, column...

    blog.aspose.com/cells/convert-excel-to-numpy/
  3. 通过C++用Node.js处理主轴与次轴|Documentation

    了解如何在Aspose.Cells for Node.js via C++中理解并使用主轴和次轴。我们的指南将帮助您理解主轴和次轴的区别,以及如何有效配置和使用它们。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/primary-and...
  4. Moving Worksheets|Documentation

    This article introduces how to work with worksheets in GridDesktop....within the workbook. Move Worksheets within a Workbook Aspose.Cells...another location within the workbook. Display and Hide Scroll Bars...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  5. Limit the Number of Pages Generated - Excel to ...

    Learn how to limit the number of pages generated when converting an Excel spreadsheet to PDF using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( path . join...2 ); // Save the PDF file workbook . save ( path . join ( dataDir...

    docs.aspose.com/cells/nodejs-cpp/limit-the-numb...
  6. Working with ContentTypeProperties with Golang ...

    Add custom ContentTypeProperties to an Excel file using Aspose.Cells with Golang via C++....Cells provides Workbook.ContentTypePropertie.Add method...Sample Code Replace text in a workbook using a regular expression...

    docs.aspose.com/cells/go-cpp/working-with-conte...
  7. Converting Worksheet to Image using ImageOrPrin...

    Learn how to convert a worksheet to an image file and apply different image and print options using Aspose.Cells with C++....Template Workbook in Microsoft Excel I created a new workbook in MS...02_OutputDirectory \\ " ); Workbook book ( srcDir + u "sampleWorksheetToAnI...

    docs.aspose.com/cells/cpp/converting-worksheet-...
  8. Export PivotTable as image: source language not...

    Hello, I am using Aspose.Cells to export a pivot table to a PNG image. This works well, but some labels added automatically by Excel are not exported in the same language to the image. Here is my Excel source pivot ta…...is my code : Workbook asposeWorkbook = new Workbook(workbookPath);...CalculateFormula(); var asposeSheet = workbook.Worksheets[0]; foreach (var...

    forum.aspose.com/t/export-pivottable-as-image-s...
  9. 将Excel转换为高分辨率图像——使用C++|Documentation

    使用Aspose.Cells与C++从Excel文件生成高分辨率图像。...// Load the Excel file Workbook workbook ( u "input.xlsx" ); //...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-h...
  10. 用 C++ 获取数据透视表的刷新日期和刷新人信息|Documentation

    学习如何使用 Aspose.Cells 和 C++ 获取工作簿中的刷新日期和刷新人信息。...01_SourceDirectory \\ " ); Workbook workbook ( srcDir + u "sourcePivotTable...xlsx" ); Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/get-pivot-table-re...