Sort Score
Result 10 results
Languages All
Labels All
Results 4,231 - 4,240 of 30,201 for

worksheet

(0.1 sec)
  1. 使用Aspose.Cells for Node.js via C++在Excel工作簿中创建签...

    这篇文章介绍了如何使用Aspose.Cells for Node.js via C++和Node.js在Excel工作簿中创建签名线。...Adds a Signature Line to the worksheet. workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/create-sign...
  2. 加载或导入带有公式的CSV文件 via JavaScript|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++加载和导入包含公式的CSV文件。...colIndex=3) const worksheet = workbook . worksheets . get ( 0 ); worksheet...worksheet . cells . importCSV ( bytes , opts , 3 , 3 ); // Save...

    docs.aspose.com/cells/zh/javascript-cpp/load-or...
  3. 用 C++ 替换工作表内文本框中的标签为文本|Documentation

    使用 Aspose.Cells for C++ 编程方式替换工作表文本框中的标签。...i < sheetCount ; ++ i ) { Worksheet sheet = sheets . Get ( i );...i < sheetCount ; ++ i ) { Worksheet sheet = sheets . Get ( i );...

    docs.aspose.com/cells/zh/cpp/replace-tag-with-t...
  4. Pivot Table Defaults to COUNT instead of SUM wi...

    Hi Aspose Team, We are using Aspose.Cells for Node.js via Java to generate Excel reports with pivot tables. Our Goal: We need to create a pivot table that summarizes an “Amount” column from a source data sheet using S…...MEMORY_PREFERENCE); const worksheet = sampleWorkbook.getWorksheets()...get(0); try { const cells = worksheet.getCells(); // Set the standard...

    forum.aspose.com/t/pivot-table-defaults-to-coun...
  5. 在Aspose.Cells中为工作表添加WordArt水印|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...."Add WordArt Watermark to Worksheet.xlsx" ; //Instantiate a new...default sheet Worksheet sheet = workbook . Worksheets [ 0 ]; //Add...

    docs.aspose.com/cells/zh/net/add-wordart-waterm...
  6. Different Ways to Open Files with JavaScript vi...

    This article explains how to open an Excel file using Aspose.Cells for JavaScript via C++ API.... Worksheets count: ${ workbook1 . worksheets . count }...the first worksheet in the Excel file const worksheet = workbook...

    docs.aspose.com/cells/javascript-cpp/different-...
  7. Smartly Importing JSON into Excel With Smart Ma...

    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 of the smartmarker.xlsx file...following code. The first worksheet of the jsonExcelTemplate.xlsx...

    docs.aspose.com/cells/net/how-to-import-json-in...
  8. Aspose.Cells 16.12.0 中的公共 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....CreateIWorkbook (); //Access first worksheet intrusive_ptr < IWorksheet...samplePath ); //Access first worksheet intrusive_ptr ws = wb -> GetIWorksheets...

    docs.aspose.com/cells/zh/cpp/public-api-changes...
  9. Update XLTX File using .NET | products.aspose.com

    Modify XLTX documents in C# VB.NET applications without using Microsoft Excel....relevant Worksheet and relevant cell using Worksheets[0].Cells[column]...

    products.aspose.com/total/net/update/xltx/
  10. Update XLTM File using .NET | products.aspose.com

    Modify XLTM documents in C# VB.NET applications without using Microsoft Excel....relevant Worksheet and relevant cell using Worksheets[0].Cells[column]...

    products.aspose.com/total/net/update/xltm/