Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,650 of 21,318 for

worksheet

(0.06 sec)
  1. 在PHP中将工作表转换为SVG|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....Java将工作表转换为SVG,只需调用Converter模块的worksheet_to_svg()方法。 PHP 代码 $saveFormat...( $path ); //Convert each worksheet into svg format in a single...

    docs.aspose.com/cells/zh/java/converting-worksh...
  2. Change the Font on just the specific Unicode ch...

    Learn how to change the font of specific Unicode characters while saving to PDF using Aspose.Cells for Node.js via C++....Access the first worksheet const worksheet = workbook . getWorksheets...Access cells const cell1 = worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/nodejs-cpp/change-the-fon...
  3. Managing Ranges with C++|Documentation

    Learn how to manage ranges in Excel files using Aspose.Cells with C++. Create, modify, and style ranges programmatically....Workbook class contains a Worksheets collection that allows access...access to each worksheet in an Excel file. A worksheet is represented...

    docs.aspose.com/cells/cpp/managing-ranges/
  4. Format cells|Documentation

    Learn how to format and style cells in Aspose.Cells for Python via .NET, including number formatting, date formatting, font styles, and other cell style options. Our guide will help you create attractive and professional-looking spreadsheets....Workbook class contains the worksheets collection that allows access...access to each worksheet in an Excel file. A worksheet is represented...

    docs.aspose.com/cells/python-net/cells-formatting/
  5. 使用 Node.js 和 C++ 判断工作表的纸张大小是否自动|Documentation

    本文介绍如何借助 Node.js API 和 C++ 扩展,编程判断工作表的纸张大小是否设置为自动。...你可以利用 Worksheet.isAutomaticPaperSize() 属性判断工作表的纸张大小是否为自动。...xlsx" )); // Access first worksheet of both workbooks const ws11...

    docs.aspose.com/cells/zh/nodejs-cpp/determine-i...
  6. How to create Combo chart with C++|Documentation

    Learn how to create a combo chart using Aspose.Cells for C++. Our comprehensive guide will demonstrate how to combine different chart types into one combo chart for a more effective data presentation....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...(VHLC) chart int32_t pieIdx = worksheet . GetCharts (). Add ( ChartType...

    docs.aspose.com/cells/cpp/create-combo-chart/
  7. Create Charts|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....the first worksheet WorksheetCollection worksheets = workbook...workbook . Worksheets ; Worksheet sheet = worksheets [ 0 ]; // Adding...

    docs.aspose.com/cells/net/create-charts/
  8. Create a Chart in a Microsoft PowerPoint Presen...

    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 the chart data worksheet using Microsoft Excel Workbook...Set the chart range in the worksheet and remove series 2 and 3...

    docs.aspose.com/slides/java/create-a-chart-in-a...
  9. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to How to Set FitToPagesWide and FitToPagesTall using Aspose.Cells library....FitToPagesTall in a specified worksheet: First, load the sample file...modify the Worksheet.PageSetup.FitToPagesTall and Worksheet.PageSetup...

    docs.aspose.com/cells/net/how-to-print-excel-as...
  10. Managing Pictures|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....collection (encapsulated in the Worksheet object). The Add method takes...display the contents of a worksheet cell in an image shape. You...

    docs.aspose.com/cells/net/managing-pictures/