Sort Score
Result 10 results
Languages All
Labels All
Results 2,071 - 2,080 of 30,425 for

worksheet

(0.09 sec)
  1. Font Settings|Documentation

    Aspose.Cells is a .NET library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells library to set cell font settings....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/net/cells-font-settings/
  2. 使用JavaScript通过C++解除冻结行或列|Documentation

    在本文中,您将学习如何使用C++中的JavaScript API以编程方式解除Excel工作表的行、列或窗格的冻结。...请使用 Worksheet.unFreezePanes() 方法解除窗格。 构造工作簿以打开冻结文件。...构造工作簿以打开冻结文件。 使用Worksheet.unFreezePanes()方法解除窗格冻结。 3.保存文件。 <!DOCTYPE...

    docs.aspose.com/cells/zh/javascript-cpp/unfreez...
  3. 使用 Node.js 和 C++ 删除工作表中的空白行和列|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 删除工作表中的所有空白行和列。...( filePath ); // Create a Worksheets object with reference to...getWorksheets (); // Get first Worksheet from WorksheetCollection const...

    docs.aspose.com/cells/zh/nodejs-cpp/delete-blan...
  4. Code snippet to create combination chart - Free...

    Hi Aspose team, Could you please help us code snippet to provide a combination chart containing Stacked horizontal bar in primary axis with clustered bar in secondary axis but as a hidden bar only the datalabel has to b…...workbook and get the first worksheet Workbook workbook = new Workbook();...Workbook(); Worksheet worksheet = workbook.getWorksheets().get(0);...

    forum.aspose.com/t/code-snippet-to-create-combi...
  5. 在xlsx4j中创建图表|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...getWorksheets (); Worksheet sheet = worksheets . get ( 0 ); //...

    docs.aspose.com/cells/zh/java/create-charts-in-...
  6. Auto Filter Data in VSTO and Aspose.Cells|Docum...

    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.... Get a worksheet. Add sample data. Apply auto‑filter...sheet. Excel . Worksheet sheet = ( Excel . Worksheet ) objBook ....

    docs.aspose.com/cells/net/auto-filter-data-in-v...
  7. 将每个工作表保存为不同的 PDF 文件,使用 C++|Documentation

    了解如何使用 Aspose.Cells for C++ 将 Excel 文件中的每个工作表保存为单独的 PDF 文件。...); // Get the count of the worksheets in the workbook int sheetCount...j < sheetCount ; j ++ ) { Worksheet ws = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/save-each-workshee...
  8. 填充设置|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++自定义填充设置、背景和样式。...类包含一个 worksheets 集合,可访问 Excel 文件中的每个工作表。工作表由 Worksheet 类表示。 Worksheet...Worksheet 类提供一个 cells 集合。 cells 集合中的每一项代表一个 Cell 类的对象。 Cell 具有...

    docs.aspose.com/cells/zh/javascript-cpp/cells-f...
  9. 用 C++ 通过 JavaScript 删除范围|Documentation

    学习如何使用 C++ 中的脚本删除 Excel 中的范围并将单元格向左或向上移动。...Get all the worksheets in the book. const worksheets = newWorkbook...newWorkbook . worksheets ; // Get the first worksheet in the worksheets...

    docs.aspose.com/cells/zh/javascript-cpp/delete-...
  10. 用JavaScript通过C++管理评论和笔记|Documentation

    使用Aspose.Cells for JavaScript via C++插入和管理评论或笔记。...add(number, number) 方法(封装在 Worksheet 对象中)在单元格中添加评论。可以通过传递评论索引从...Workbook (); // Adding a new worksheet to the Workbook object const...

    docs.aspose.com/cells/zh/javascript-cpp/comment...