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

worksheet

(0.07 sec)
  1. 使用C++获取工作表中的最大范围|Documentation

    本文介绍了如何使用Aspose.Cells for C++库获取Excel文件的最大范围、最大数据范围和最大显示范围。...xlsx" ); // Get all the worksheets in the workbook WorksheetCollection...WorksheetCollection worksheets = workbook . GetWorksheets (); Worksheet sheet...

    docs.aspose.com/cells/zh/cpp/get-max-range-in-a...
  2. Creating Excel Chart and Embedding it in 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.... Worksheets . SetOleSize ( 0 , chartRows...//-------- Bitmap imgChart = wb . Worksheets [ chartSheetIndex ]. Charts...

    docs.aspose.com/slides/net/creating-excel-chart...
  3. 使用Node.js和C++拆分Excel工作表屏幕|Documentation

    在本文中,您将学习如何通过编程方式使用Node.js C++插件将工作表分成两部分或四部分,以显示特定的行和/或列。...C++,轻松地在列上垂直拆分工作表,只需选择顶行的一个单元格作为活动单元格,然后使用 Worksheet.split() 方法进行拆分。 const path...setActiveCell ( "C1" ); // Split worksheet vertically on columns sheet...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-spli...
  4. Using LightCells API with Node.js via C++|Docum...

    Learn how to read and write large Excel files using the LightCells API in Node.js via C++. Improve performance and efficiency with less memory consumption....of data or content in the worksheet. The LightCells API is useful...checked when saving every worksheet in the workbook. For one sheet...

    docs.aspose.com/cells/nodejs-cpp/using-lightcel...
  5. 导出 Excel 数据以填写 PDF 表单|Aspose.PDF for .NET

    本节解释了如何使用 AutoFiller 类导出 Excel 工作表数据以填写 PDF 表单。...the first worksheet in the Excel file var worksheet = workbook...workbook . Worksheets [ 0 ]; // Exporting the contents of 7 rows and...

    docs.aspose.com/pdf/zh/net/export-excel-workshe...
  6. .NET Excel API | Process Spreadsheet Formats vi...

    C# ASP.NET VB.NET library to create, repair, merge, parse and convert excel files. Convert excel to PDF, JSON, XML, TSV, HTML and so on....perform like managing multiple worksheets, creating spreadsheet contents... importing data onto the worksheets from different data sources...

    products.aspose.com/cells/net/
  7. Add settings for Page Setup in Aspose.Cells for...

    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....Reporting Services renderer sets worksheet page setup of the exported...

    docs.aspose.com/cells/reportingservices/add-set...
  8. 用 C++ 为命名范围设置公式|Documentation

    学习如何用 Aspose.Cells 在 Excel 文件中为命名范围设置公式,使用 C++。...WorksheetCollection WorksheetCollection worksheets = book . GetWorksheets ();..."NewNamedRange" int index = worksheets . GetNames (). Add ( u "NewNamedRange"...

    docs.aspose.com/cells/zh/cpp/setting-formula-fo...
  9. 通过处理智能标记生成图表|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....(default) Worksheet from the collection Worksheet dataSheet =...get ( 0 ); //Name the first Worksheet for referencing dataSheet...

    docs.aspose.com/cells/zh/java/generate-chart-by...
  10. Aspose.Cells 8.8.1中的公共API更改|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....//Access first worksheet containing a chart var worksheet = workbook...workbook . Worksheets [ 0 ]; //Access first chart from the worksheet...

    docs.aspose.com/cells/zh/net/public-api-changes...