Sort Score
Result 10 results
Languages All
Labels All
Results 2,111 - 2,120 of 21,274 for

worksheet

(0.14 sec)
  1. 用C++移除切片器|Documentation

    学习如何用程序在Excel文件中移除切片器,使用Aspose.Cells for C++。...Cells API程序化移除,可以使用 Worksheet.Slicers.Remove() 方法。这将从工作表中删除切片器。...Access first worksheet. WorksheetCollection worksheets = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/removing-slicer/
  2. Convert Excel to Pdf, Image, and other formats ...

    Convert Excel files to Word, Excel, PowerPoint, PDF, CSV, JPG, HTML, MHT, ODS, BMP, PNG, SVG, TIFF, XPS, JSON, SQL, XML, and more using Aspose.Cells for C++....workbook ( inputFilePath ); Worksheet sheet = workbook . GetWorksheets...format. To export the active worksheet to Markdown, pass SaveFormat...

    docs.aspose.com/cells/cpp/convert-workbook-to-d...
  3. Contents of chart moved to the right when rende...

    Hi, Aspose Team I’m noticing an issue where the contents of my chart are pushed to the right when rendering the chart into an image. The code I’ve used is: Document RepDoc = new Document(); DocumentBuilder Builder = n…...xlsm")) { Worksheet sourceWS = TemplateWB.Worksheets["DetailCharts"];...captured when converting the worksheet to image sourceWS.PageSetup...

    forum.aspose.com/t/contents-of-chart-moved-to-t...
  4. Number Settings|Documentation

    Aspose.Cells is a Node.js library for working with spreadsheet files that supports many different cell number settings. This article introduces how to use the Aspose.Cells library to manage the number settings of cells for adjusting number formats in spreadsheets....Workbook module contains a Worksheets collection that allows access...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/nodejs-cpp/cells-number-s...
  5. Apply Shading to Alternate Rows and Columns wit...

    How to use the Aspose.Cells library in C++ to apply conditional formatting shadows for alternating rows and columns. By adjusting these criteria, you have more control over how cells look and appear....formatting rules for the Worksheet object. These rules can be...Workbook book ; // Access the Worksheet on which desired rule has...

    docs.aspose.com/cells/cpp/apply-shading-to-alte...
  6. Manage VBA codes of Excel Macro-Enabled workboo...

    Add VBA Module and Modify VBA or Macro with Aspose.Cells for Node.js via C++....add(Worksheet) method to add the new VBA...(); // Access first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/manage-vba-pro...
  7. Public API Changes in Aspose.Cells 8.0.1|Docume...

    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....to write a large data to a worksheet in optimized mode. C# //Instantiate...manually: Cells cells = book . Worksheets [ 0 ]. Cells ; cells . MemorySetting...

    docs.aspose.com/cells/net/public-api-changes-in...
  8. Data|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....Hide ] Accessing Cells of a Worksheet Pivot Tables Smartly importing...

    docs.aspose.com/cells/python-java/data/
  9. New Line in Cells|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 object Worksheet sheet = workbook . Worksheets [ 0 ]; sheet...Close Insert Hyperlinks in Worksheet...

    docs.aspose.com/cells/net/new-line-in-cells/
  10. 创建命名区域并复制命名区域内容的示例,使用Node.js via C++|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在Excel中创建、访问和复制命名区域。...工作表由 Worksheet 类表示。 Worksheet 类提供 Cells 集合。 创建已命名范围...the first worksheet in the Excel file const worksheet = workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/create-acce...