Sort Score
Result 10 results
Languages All
Labels All
Results 3,111 - 3,120 of 87,329 for

workbook

(0.07 sec)
  1. Find Type of X and Y Values of Points in Chart ...

    Learn how to determine the type of X and Y values in chart series points using Aspose.Cells for Node.js via C++. This guide explains the types of data values and how to access and work with them in your charts.... const workbook = new AsposeCells . Workbook ( path . join...worksheet. const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/find-type-of-x...
  2. Working with the Reflection Effect of Shape or ...

    Learn how to work with the reflection effect of shapes or charts using Aspose.Cells with C++....Reflection class and then saves the workbook in the output excel file ...Load your source excel file Workbook wb ( inputFilePath ); // Access...

    docs.aspose.com/cells/cpp/working-with-the-refl...
  3. Render Unicode Supplementary characters in outp...

    Learn how to render Unicode Supplementary characters in output PDF using Aspose.Cells for C++....characters Workbook wb ( inputFilePath ); // Save the workbook as PDF...:: Pdf ); std :: cout << "Workbook saved successfully with Unicode...

    docs.aspose.com/cells/cpp/render-unicode-supple...
  4. Insert Timeline with C++|Documentation

    Learn how to create a timeline with Aspose.Cells using C++.... Finally, it saves the workbook in output XLSX format. The...inputFilePath = u "input.xlsx" ; Workbook wb ( inputFilePath ); // Access...

    docs.aspose.com/cells/cpp/create-timeline/
  5. 使用Aspose.Cells for Node.js via C++添加ActiveX控件|D...

    学习如何在工作表中使用Aspose.Cells for Node.js via C++添加ActiveX控件。...Create workbook object const wb = new AsposeCells . Workbook ();...setLinkedCell ( "A1" ); // Save the workbook in xlsx format wb . save (...

    docs.aspose.com/cells/zh/nodejs-cpp/add-activex...
  6. Aspose.Cells for Java - Interruptible Library|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....//Create a new Workbook final Workbook wb = new Workbook (); // Get...

    docs.aspose.com/cells/java/aspose-cells-for-jav...
  7. Get the Version Number of the Application that ...

    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....Cells provides the Workbook.getBuiltInDocumentPr().getVersion()...demonstrates the use of the Workbook.getBuiltInDocumentPr().getVersion()...

    docs.aspose.com/cells/java/get-the-version-numb...
  8. 使用ImageOrPrint选项和C++将工作表转换为图像|Documentation

    了解如何使用Aspose.Cells和C++将工作表转换为图像文件,并应用不同的图像和打印选项。...02_OutputDirectory \\ " ); Workbook book ( srcDir + u "sampleWorksheetToAnI..."sampleSpecificPagesT.xlsx" ; Workbook workbook ( inputPath ); WorksheetCollection...

    docs.aspose.com/cells/zh/cpp/converting-workshe...
  9. 通过Python.NET降低单元格Calculate方法的计算时间|Documentation

    了解如何使用Aspose.Cells for Python via .NET优化Excel单元格计算性能。通过设置CalculationOptions,减少计算时间。...Hide ] 可能的使用场景 通常,我们建议用户调用 workbook.calculate_formula() 方法一次,...time from aspose.cells import Workbook , CalculationOptions def ...

    docs.aspose.com/cells/zh/python-net/decrease-th...
  10. Font Settings with Node.js via C++|Documentation

    Aspose.Cells is a Node.js library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells library to set cell font settings....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/nodejs-cpp/cells-font-set...