Sort Score
Result 10 results
Languages All
Labels All
Results 3,471 - 3,480 of 102,530 for

workbook

(0.19 sec)
  1. 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...
  2. Specifying DBNum Custom Pattern Formatting with...

    Aspose.Cells is a C++ library for working with spreadsheet files that supports formatting dates and numbers using custom formatting patterns. This article will show you how to use the Aspose.Cells library to specify the 'dbnum' custom format pattern so that users have more control over how numbers are displayed....02_OutputDirectory \\ " ); // Create a workbook Workbook wb ; // Access first worksheet...SetColumnWidth ( 0 , 30 ); // Save the workbook in output pdf format wb ....

    docs.aspose.com/cells/cpp/specifying-dbnum-cust...
  3. Public API Changes in Aspose.Cells 8.2.2|Docume...

    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.... C# var book = new Workbook ( "sample.xlsx" ); var properties...information. C# var workbook = new Workbook ( "sample.xlsx" );...

    docs.aspose.com/cells/net/public-api-changes-in...
  4. Finding Absolute Position of Shape Inside the W...

    Learn how to find the absolute position of a shape inside a worksheet using Aspose.Cells for Node.js via C++....Excel file into the workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "sample.xlsx" )); //...

    docs.aspose.com/cells/nodejs-cpp/finding-absolu...
  5. 插入数据透视表|Documentation

    创建和格式化Excel电子表格文件的数据透视表。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiate a new Workbook object const workbook = new Workbook (); // Obtaining...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  6. How to Insert Picture in Cell with C++|Document...

    Learn how to insert a picture into a cell with Aspose.Cells using C++.... Instantiate a Workbook object. Get the cell where...property. Finally, it saves the workbook in the output XLSX format...

    docs.aspose.com/cells/cpp/how-to-insert-picture...
  7. 使用 JavaScript 通过 C++ 合并和拆分单元格|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 JavaScript 库,支持合并和拆分单元格。本文将介绍如何使用 Aspose.Cells 库合并和拆分单元格,并提供自定义合并单元格样式的选项。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...{ // Create a Workbook. const wbk = new Workbook (); // Create...

    docs.aspose.com/cells/zh/javascript-cpp/merging...
  8. 使用Python.NET在保存为PDF时对特定Unicode字符更改字体|Documentation

    学习如何在使用Aspose.Cells for Python via .NET进行PDF转换时对特定Unicode字符修改字体。确保字符级字体替换的精确文本渲染。...** 实现步骤** 要启用字符级字体替换: 创建一个 Workbook 对象 使用 Worksheet.cells 属性访问工作表单元格...os from aspose.cells import Workbook , PdfSaveOptions # For complete...

    docs.aspose.com/cells/zh/python-net/change-the-...
  9. 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...
  10. Using Sparklines and Setting 3D Format with Jav...

    Learn how to use sparklines and apply 3D formatting in Excel files with Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , CellArea ,...Instantiate a Workbook by opening the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/using-spar...