Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 30,160 for

worksheet

(0.16 sec)
  1. 设置工作表的背景图片|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.... Worksheet objSheet = ( Excel . Worksheet ) objBook...first worksheet. Worksheet sheet = workbook . Worksheets [ 0 ];...

    docs.aspose.com/cells/zh/net/set-background-pic...
  2. Page Setup and Printing Options|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....and printing options to a worksheet with a few simple lines of...Options First create a simple worksheet in Microsoft Excel. Then apply...

    docs.aspose.com/cells/java/page-setup-and-print...
  3. How to Set Point as Total with JavaScript via C...

    Learn to set points as total in waterfall charts using Aspose.Cells for JavaScript via C++....{ Workbook , SaveFormat , Worksheet , Cell } = AsposeCells ; AsposeCells...the first worksheet in the Excel file const worksheet = workbook...

    docs.aspose.com/cells/javascript-cpp/how-to-set...
  4. 通过JavaScript的页面设置功能使用C++|Documentation

    探索使用C++的Aspose.Cells for JavaScript的页面设置功能。学习如何配置页面尺寸、方向和设置。...first worksheet const worksheet = workbook . worksheets . get...size to A4 (paperSize = 0) worksheet . pageSetup . paperSize =...

    docs.aspose.com/cells/zh/javascript-cpp/page-se...
  5. Use Error Checking Options with C++|Documentation

    In this article, you will find sample code that will programmatically use error checking options of Excel Worksheets e.g. Numbers stored as Text using C++ API or Library....error checking option for a worksheet in the template XLS file using...); // Get the first worksheet Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/use-error-checking-op...
  6. Create Volume-Open-High-Low-Close (VOHLC) Stock...

    Learn how to create a volume-open-high-low-close stock chart using Aspose.Cells for JavaScript via C++. Our guide will demonstrate how to plot stock market data, including volume, open, high, low, and close prices, onto a chart for better analysis and visualization....first worksheet. const worksheet = workbook . worksheets . get...Stock Chart const chartIdx = worksheet . charts . add ( AsposeCells...

    docs.aspose.com/cells/javascript-cpp/create-vol...
  7. Get Cells Range|Documentation

    Learn how to get cells range through the Aspose.Cells for JavaScript via C++ API....manipulate some data on the worksheet, you need to know the data...data range of the entire worksheet. Aspose.Cells for JavaScript...

    docs.aspose.com/cells/javascript-cpp/get-cells-...
  8. How to apply number format to each datapoint's ...

    We are plotting a pie chart and we need to apply custom format to each datapoint for example #,##0.0% and #,##0.000% like these. How can we achieve this format, could you provide a sample code?...workbook = new Workbook(); Worksheet worksheet = workbook.getWorksheets()...get(0); // Add sample data worksheet.getCells().get("A1").putValue("Category");...

    forum.aspose.com/t/how-to-apply-number-format-t...
  9. 用Node.js通过C++判断工作表是否为对话框工作表|Documentation

    本文提供判断Excel工作表是否为对话框工作表的说明和示例代码,使用Aspose.Cells for Node.js via C++。...js via C++提供的 Worksheet.getType() 属性。如果返回枚举值 SheetType...cel文件(64716820.xlsx)。它检查 Worksheet.getType() 属性,将其与 SheetType...

    docs.aspose.com/cells/zh/nodejs-cpp/find-if-the...
  10. 工作表缩放的工作解决方案|Aspose.Slides 文档

    在演示文稿中修复 Excel 工作表 OLE 缩放问题:通过两种方式保持对象框一致——缩放框架或工作表——适用于 PPT 和 PPTX 格式。...xlsx" ); var worksheet = workbook . Worksheets [ worksheetIndex...columnCount - 1 ; workbook . Worksheets . SetOleSize ( startRow ...

    docs.aspose.com/slides/zh/net/working-solution-...