Sort Score
Result 10 results
Languages All
Labels All
Results 4,751 - 4,760 of 30,327 for

worksheet

(0.35 sec)
  1. 用JavaScript和C++格式化切片器|Documentation

    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....Access first worksheet const ws = wb . worksheets . get ( 0 );...

    docs.aspose.com/cells/zh/javascript-cpp/formatt...
  2. Add WordArt Watermark to Chart with JavaScript ...

    Learn how to use Aspose.Cells for JavaScript via C++ to add a WordArt watermark to a chart in Microsoft Excel. Our guide will demonstrate how to create and position a WordArt watermark to enhance the visual appeal and uniqueness of your chart....arrayBuffer )); // Access the first worksheet's first chart const chart...chart = workbook . worksheets . get ( 0 ). charts . get ( 0 ); //...

    docs.aspose.com/cells/javascript-cpp/add-wordar...
  3. Check Custom Number Format when Setting Style.C...

    Aspose.Cells is a JavaScript library for working with spreadsheet files, which supports checking custom number formats when styling. This article will show you how to use the Aspose.Cells library to check custom number formats to ensure that the styling is correct....Access first worksheet const sheet = workbook . worksheets . get (...

    docs.aspose.com/cells/javascript-cpp/check-cust...
  4. How to Convert XML to Excel File using Python

    This brief article explains how to convert XML to Excel file using Python. It discusses the environment setup, stepwise algorithm, and a runnable sample code to convert XML to XLSX using Python....or converting any specific worksheet or cell range based on your...

    kb.aspose.com/cells/python/how-to-convert-xml-t...
  5. How to Convert CSV to Excel in C#

    In this tutorial, you will learn how to convert CSV to Excel in C#. You can automate the procedure of generating Excel from CSV in C# with a few steps and simple API class....file like Workbook name, Worksheet name, other metadata-related...

    kb.aspose.com/cells/net/how-to-convert-csv-to-e...
  6. Animate PowerPoint Charts in C++|Aspose.Slides ...

    Create stunning animated charts in C++ with Aspose.Slides. Boost presentations with dynamic visuals in PPT and PPTX files—get started now.... Apply Chart Worksheet Formulas in Presentations...

    docs.aspose.com/slides/cpp/animated-charts/
  7. Auto Fit Excel using Node.js

    Auto fit Excel using Node.js by following this article. Get details to set the IDE, a list of steps, and a sample code to set auto height Excel using Node.js....Excel file, accessing the worksheet, and calling the autoFitRows()...

    kb.aspose.com/cells/nodejs/auto-fit-excel-using...
  8. Issue in Cell.Formula function - Free Support F...

    I am encountering an issue after upgrading Aspose.Cells from version 17.12 to 25.5 . When executing the following line of code: cell.Formula = “Paid in C”; the application throws the error below in version 25.5: Asp…...into the G20 cell in the worksheet fine when viewing the output...

    forum.aspose.com/t/issue-in-cell-formula-functi...
  9. Total for Java, aspose-cells 25.9, the result ....

    Total for Java, aspose-cells 25.9, the result .pdf lacks a “logical table” in source .xlsx The file is very weird to me. I’ll attach bot the source and the target file (of the conversion).... foreach (Worksheet sheet in workbook.Worksheets) { sheet.PageSetup...sets the number of pages the worksheet will be scaled to when it’s...

    forum.aspose.com/t/total-for-java-aspose-cells-...
  10. 调整图表数据标签形状以适应文本,支持 Node.js via C++|Documentation

    学习如何在 Aspose.Cells for Node.js via C++ 中调整图表中数据标签的大小以适应文本。我们的指南将向您展示如何调整标签容器的大小和形状,以确保文本正确显示且无截断或重叠。...filePath ); // Access the Worksheet that contains the Chart const...

    docs.aspose.com/cells/zh/nodejs-cpp/resize-char...