Sort Score
Result 10 results
Languages All
Labels All
Results 3,581 - 3,590 of 99,948 for

workbook

(0.08 sec)
  1. Converting Chart to Image in SVG Format with Ja...

    Learn how to convert a chart to an SVG format image using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , ImageOrPrintOptions , ImageType...Create workbook object from uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/converting...
  2. 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...
  3. 主轴和副轴练习用C++|Documentation

    了解如何在Aspose.Cells for C++中理解和使用主轴和副轴。我们的指南将帮助您理解主轴和副轴的区别,以及如何有效地配置和使用它们的图表。...Create an instance of Workbook Workbook workbook ; // Access the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/primary-and-second...
  4. Assign Macro to Form Control with Golang via C+...

    Learn how to assign a Macro Code to a Form Control like a Button using Aspose.Cells for C++....a Form Control inside the workbook. The following sample code...code creates a new workbook, assigns a Macro Code to a Form Button...

    docs.aspose.com/cells/go-cpp/assign-macro-to-fo...
  5. Find the Root Element Name of XML Map|Documenta...

    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....Inside the Workbook Import XML Map inside a Workbook using Aspose...

    docs.aspose.com/cells/java/find-the-root-elemen...
  6. Save Specified Worksheets to PDF|Documentation

    Learn how to Save Specified Worksheets to PDF with Aspose.Cells for Python via .NET API....all visible worksheets in a workbook to a PDF file. With the PdfSaveOptions...indicates visible sheets in a workbook, and SheetSet.all indicates...

    docs.aspose.com/cells/python-net/save-specified...
  7. Create and manage tables of Microsoft Excel fil...

    Insert, resize, edit, delete, and format tables of Excel files using Aspose.Cells for Node.js via C++....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a getWorksheets()...

    docs.aspose.com/cells/nodejs-cpp/create-and-for...
  8. 使用 Node.js 和 C++ 管理工作簿元数据|Documentation

    学习如何使用Aspose.Cells for Node.js via C++编辑工作簿元数据。...__dirname , "data" ); // Open Workbook metadata const options = new...Open the workbook const w = new AsposeCells . Workbook ( path ...

    docs.aspose.com/cells/zh/nodejs-cpp/using-workb...
  9. Removing Slicer with C++|Documentation

    Learn how to remove slicers in Excel files programmatically using Aspose.Cells for C++.... Finally, it saves the workbook as the output Excel file ..."sampleRemovingSlicer.xlsx" ); Workbook wb ( inputFilePath ); // Access...

    docs.aspose.com/cells/cpp/removing-slicer/
  10. Automatically refresh OLE object via Microsoft ...

    Learn how to refresh OLE objects automatically in Microsoft Excel using Aspose.Cells with C++....Create workbook object from your sample excel file Workbook wb (...SetAutoLoad ( true ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/cpp/automatically-refresh...