Sort Score
Result 10 results
Languages All
Labels All
Results 2,641 - 2,650 of 30,196 for

worksheet

(0.81 sec)
  1. 如何使用颜色调色板|Documentation

    使用JavaScript代码向调色板添加自定义颜色并使用Excel颜色调色板,配合Aspose.Cells for JavaScript via C++。...} </p>` ; // Adding a new worksheet to the Excel object const...const i = workbook . worksheets . add (); // Obtaining the reference...

    docs.aspose.com/cells/zh/javascript-cpp/excel-c...
  2. Public API Changes in Aspose.Cells 16.12.0|Docu...

    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....per the properties of the worksheet. In order to customize the...loading process as per the worksheet, one has to override the LoadFilter...

    docs.aspose.com/cells/net/public-api-changes-in...
  3. 查找或搜索数据|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++查找或搜索包含指定数据的单元格。...worksheets 集合,用于访问 Excel 文件中的每个工作表。工作表由 Worksheet 类表示。 Worksheet...Worksheet 类提供一个 cells 集合,表示工作表中的所有单元格。 Cells 集合提供多种方法,用于查找包含...

    docs.aspose.com/cells/zh/javascript-cpp/find-or...
  4. Setting Formula for Named Range with JavaScript...

    Learn how to set formulas for named ranges in spreadsheets using Aspose.Cells for JavaScript via C++....in the same (or different) worksheet. The following example creates...{ Workbook , SaveFormat , Worksheet , Cell } = AsposeCells ; AsposeCells...

    docs.aspose.com/cells/javascript-cpp/setting-fo...
  5. 用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....{ Workbook , SaveFormat , Worksheet , Cell } = AsposeCells ; AsposeCells...first worksheet const worksheet = workbook . worksheets . get...

    docs.aspose.com/cells/zh/javascript-cpp/impleme...
  6. Managing OLE Objects with C++|Documentation

    Learn how to add, extract, and manipulate OLE objects in Worksheets using Aspose.Cells with C++....Inserting OLE Objects into the Worksheet Aspose.Cells supports adding...manipulating OLE objects in worksheets. For this reason, Aspose...

    docs.aspose.com/cells/cpp/managing-ole-objects/
  7. Avoid Inserting Empty Ranges or Hidden Excel Ra...

    Hello Team, I am working with Aspose.Cells to extract a range from an Excel Worksheet as HTML content, which I then insert into a Word document using Aspose.Words. However, I’ve encountered an issue: If the selected …...extract a range from an Excel worksheet as HTML content, which I then...Workbook("input.xlsx"); Worksheet worksheet = workbook.Worksheets[0]; // Define...

    forum.aspose.com/t/avoid-inserting-empty-ranges...
  8. Setting Headers and Footers with C++|Documentation

    This article explains how to programmatically insert an image in the header and footer of Excel Worksheets by setting the header and footer with script commands using the C++ API or Library....footers can also be added to worksheets. They can be used to display...add headers and footers to worksheets at runtime, but we recommend...

    docs.aspose.com/cells/cpp/setting-headers-and-f...
  9. 档案

    档案...desired worksheet Worksheet sheet = book.Worksheets[0]; // Set...JPEG); // Get the first worksheet Worksheet sheet = workbook.getWorksheets()...

    blog.aspose.com/zh/cells/convert-excel-to-jpg/
  10. 用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...