Sort Score
Result 10 results
Languages All
Labels All
Results 4,641 - 4,650 of 100,089 for

workbook

(0.19 sec)
  1. Create Style object using CellsFactory class wi...

    Aspose.Cells is a C++ library for working with spreadsheet files that provides a style object to style cells. This article will introduce how to create a cell style object using the CellsFactory class in the Aspose.Cells library so that users can customize the appearance of the cells as needed....sets the Default Style of the workbook. Please download the output...

    docs.aspose.com/cells/go-cpp/create-style-objec...
  2. How to Fit Image to Cell Width in Aspose.Cells ...

    Hello, I’m trying to fit images to the width of a cell. Currently, I’m using the following code: C# foreach (Shape s in doc.GetChildNodes(NodeType.Shape, true)) { s.AspectRatioLocked = true; s.Width = 100; // This …...// Assuming 'doc' is your Workbook and 'sheet' is the target..."e:\\test2\\outTest1.xlsx"; Workbook workbook = new Workbook(); WorksheetCollection...

    forum.aspose.com/t/how-to-fit-image-to-cell-wid...
  3. Converting Worksheet to Image and Worksheet to ...

    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 supports converting a workbook to multiple image files, one...worksheet from a template workbook that has several pages into...

    docs.aspose.com/cells/java/converting-worksheet...
  4. Advanced Protection Settings since Excel XP|Doc...

    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/net/advanced-protection-s...
  5. Convert DOT to JSON Format in Android Apps | pr...

    Parse DOT to JSON format in Android Apps without using Microsoft Word or Excel...Load HTML document by using Workbook class Save the document to...open the converted HTML using Workbook class, create a Range of data...

    products.aspose.com/total/android-java/conversi...
  6. Manage data of Excel files|Documentation

    This article describes how to view and edit data of Excel files with Aspose.Cells for Python via .NET library....NET provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a worksheets collection...

    docs.aspose.com/cells/python-net/view-and-edit-...
  7. How to Create Chart in Excel using Node.js

    This short tutorial guides on how to create chart in Excel using Node.js. It has environment settings, a list of steps, and a runnable sample code to create graph in Excel using Node.js....for creating graphs Create a workbook and fill sample data into...display data labels Save the workbook with a bar chart in it These...

    kb.aspose.com/cells/nodejs/how-to-create-chart-...
  8. Convert PowerPoint to JSON Format via Java | pr...

    Convert PowerPoint to JSON format via Java without using using Microsoft Excel or PowerPoint...Load HTML document by using Workbook class Save the document to...open the converted HTML using Workbook class, create a Range of data...

    products.aspose.com/total/java/conversion/power...
  9. Extract Text and Images from XLSX File Online a...

    Online XLSX file parser app. Android API code to extract text in rows and cells from XLSX spreadhseets....project Load XLSX file using Workbook class object Access relevant...Parse XLSB Files (Excel Binary Workbook) Parse XLSM Files (Macro-enabled...

    products.aspose.com/total/android-java/parse/xlsx/
  10. 用 C++ 判断数据点是否位于饼图中的第二个饼或条形图中的条上|Documentation

    学习如何使用 Aspose.Cells for C++ 判断数据点是否位于饼图中的第二个饼或条形图中的条上。我们的指南将演示如何识别和访问复合图表中的次级饼或条,以便有效分析和操作数据。...xlsx" ; Workbook workbook ( inputFilePath ); Worksheet...Worksheet worksheet = workbook . GetWorksheets (). Get ( 0 ); Chart...

    docs.aspose.com/cells/zh/cpp/find-if-data-point...