Sort Score
Result 10 results
Languages All
Labels All
Results 2,191 - 2,200 of 21,314 for

worksheet

(0.05 sec)
  1. 用C++将Excel转换为图片|Documentation

    学习如何使用Aspose.Cells for C++将Excel工作表转换为包括TIFF和SVG格式的图片。...xlsx" ); Worksheet sheet = book . GetWorksheets...outputPath ); } std :: cout << "Worksheet converted to images by page...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-i...
  2. Using Sparklines and Settings 3D Format|Documen...

    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....information, avoiding over-crowded worksheets with a lot of busy charts...the range of cells in the worksheet that contain the source data...

    docs.aspose.com/cells/python-net/using-sparklin...
  3. How to add a PivotChart using Aspose.Cells for ...

    How to add a PivotChart using Aspose.Cells for Python via .NET....NET: Add some data to a worksheet cells using a Cell object’s...Add a pivot table to the worksheet by calling the PivotTables...

    docs.aspose.com/cells/python-net/how-to-add-piv...
  4. Checkbox on Excel - Free Support Forum - aspose...

    Hello, I need to manage check box on excel cells thanks to the new feature provide per Excel. image.png (7.4 KB) Which permit to have checkbox like this: image.png (491 Bytes) We are developing a web application and…...first worksheet in the Excel file Worksheet worksheet = workbook...workbook.Worksheets[0]; // Insert checkbox to the cell A5 Aspose...

    forum.aspose.com/t/checkbox-on-excel/312207
  5. How to Delete Comment in Excel using C#

    In this tutorial, you will learn how to delete comment in Excel using C#. The steps and code snippet demonstrates how to remove comments from Excel using C#....Workbook class object Access a Worksheet using its index Remove the...the input Excel file and a worksheet by using its index. In the...

    kb.aspose.com/cells/net/how-to-delete-comment-i...
  6. Autofit Rows and Columns in Excel using Java

    This tutorial explains how to auto fit Excel using Java. It covers the IDE setup, a list of steps, and a runnable sample code to auto fit in Excel using Java....Access any particular worksheet with the Worksheet class using its...index or by mentioning the worksheet name. Next, autofit the rows/columns...

    kb.aspose.com/cells/java/autofit-rows-and-colum...
  7. PowerPoint Charts|Aspose.Slides 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....Formatting Chart Workbook Chart Worksheet Formulas Animated Charts Export...

    docs.aspose.com/slides/java/powerpoint-charts/
  8. 使用C++访问和修改单元格富文本部分|Documentation

    学习如何通过Aspose.Cells for C++ API访问和更新单元格富文本的部分内容。...workbook ( inputPath ); Worksheet worksheet = workbook . GetWorksheets...(). Get ( 0 ); Cell cell = worksheet . GetCells (). Get ( U16String...

    docs.aspose.com/cells/zh/cpp/access-and-update-...
  9. 使用C++加载或导入带有公式的CSV文件。|Documentation

    使用Aspose.Cells与C++加载或导入包含公式的CSV文件。...cell D4 (indices 3,3) Worksheet worksheet = workbook . GetWorksheets...GetWorksheets (). Get ( 0 ); worksheet . GetCells (). ImportCSV ( srcDir...

    docs.aspose.com/cells/zh/cpp/load-or-import-csv...
  10. Number Settings|Documentation

    Aspose.Cells is a Python library for working with spreadsheet files that supports many different cell number settings. This article will introduce how to use Aspose.Cells library to manage the number settings of cells so that users can adjust the number format in the spreadsheet as needed....Workbook class contains a worksheets collection that allows access...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/python-net/cells-number-s...