Sort Score
Result 10 results
Languages All
Labels All
Results 5,241 - 5,250 of 105,385 for

workbook

(0.13 sec)
  1. Apply Shading to Alternate Rows and Columns wit...

    How to use the Aspose.Cells library in JavaScript via C++ to apply conditional formatting shading for alternating rows and columns. By adjusting these criteria, you have more control over how cells look and appear...."text/javascript" > const { Workbook , SaveFormat , CellArea ,...an instance of Workbook const book = new Workbook (); // Access...

    docs.aspose.com/cells/javascript-cpp/apply-shad...
  2. How to Format Numbers to Special|Documentation

    This article will introduce how to format numbers to a special format using Aspose.Cells for .NET API.... Cells Step 2: Create a Workbook and Access a Worksheet You...You can either create a new workbook or open an existing one. Step...

    docs.aspose.com/cells/net/how-to-format-number-...
  3. Integrate Aspose.BarCode for .NET with Aspose.C...

    How to Intergrate Aspose.BarCode with Aspose.Cells...Workbook and then add or select the...Cells . Workbook excelBook = new Aspose . Cells . Workbook (); Aspose...

    docs.aspose.com/barcode/net/integrate-with-aspo...
  4. Determine if Paper Size of Worksheet is Automat...

    This article explains how to use the Aspose.Cells for Python via .NET sample code to determine if Paper Size of Worksheet is Automatic programmatically.... First Worksheet of First Workbook - IsAutomaticPaperSize : False...First Worksheet of Second Workbook - IsAutomaticPaperSize : True...

    docs.aspose.com/cells/python-net/determine-if-p...
  5. 使用 C++ 和 Node.js 查找 XML 映射的根元素名|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 查找 Excel 中 XML 映射的根元素名。... Workbook ( filePath ); // Access first...first Xml Map inside the Workbook const xmap = wb . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/find-the-ro...
  6. Insert Slicer|Documentation

    Manage slicers of Excel files with Aspose.Cells for Node.js via C++.... Finally, it saves the workbook in output XLSX and output...column. Finally, it saves the workbook in output XLSX format. Sample...

    docs.aspose.com/cells/nodejs-cpp/create-slicer/
  7. Export range of cells to image/stream - Free Su...

    Hi, I am trying to copy range of cells from excel to PPT in Java. Is there any possibility to copy as editable table or as image in Aspose? Appreciate if you could reply sooner. P.S. I do not want to embed the excel in …...//Instantiate a new workbook Workbook book = new Workbook(); //Open an...You may primarily use the Workbook.Save method with the appropriate...

    forum.aspose.com/t/export-range-of-cells-to-ima...
  8. Support for German Locale in Named Range Formul...

    Learn how to support German locale in named range formulae using Aspose.Cells for Node.js via C++.... Workbook (); wb . save ( sourceFilePath...wbSource = new AsposeCells . Workbook ( sourceFilePath ); const...

    docs.aspose.com/cells/nodejs-cpp/support-for-ge...
  9. 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...
  10. 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-...