Sort Score
Result 10 results
Languages All
Labels All
Results 4,071 - 4,080 of 28,086 for

worksheet

(0.1 sec)
  1. 通过C++用JavaScript打开文件的不同方法|Documentation

    本文介绍如何使用Aspose.Cells for JavaScript通过C++ API打开Excel文件... Worksheets count: ${ workbook1 . worksheets . count }...the first worksheet in the Excel file const worksheet = workbook...

    docs.aspose.com/cells/zh/javascript-cpp/differe...
  2. Add Calculated Field in Pivot Table with C#

    Learn how to add calculated field in Pivot Table using C# and Aspose.Cells for .NET. Enhance your Excel data analysis with this simple guide.... Add a Worksheet to the Worksheets collection. Populate...Populate the worksheet with data. Create a pivot table using the...

    blog.aspose.com/cells/add-calculated-field-in-p...
  3. chart.CategoryAxis.GetAxisTexts() are not the s...

    hi , i have an excel file: 4366-20250303.7z (108.4 KB) there is an chart. i ues the below codes to get the lables: var chart = sheet.Charts.OrderByDescending(t => t.ChartObject.LowerRightRow).First(); var labels = …...xlsx"); Worksheet sheet = workbook.Worksheets[3]; var chart...w1.xlsx"); Worksheet sheet = workbook.Worksheets[3]; var chart...

    forum.aspose.com/t/chart-categoryaxis-getaxiste...
  4. 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...
  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...newly added worksheet const ws = workbook . worksheets . get ( 0...

    docs.aspose.com/cells/zh/javascript-cpp/set-ran...
  6. Convert JSON Format to POWERPOINT via C++ | pro...

    Parse JSON to POWERPOINT in C++ without using Microsoft PowerPoint...height for all rows in the worksheet, you can do it by using the...width for all columns in the worksheet, use the ICells collection’s...

    products.aspose.com/total/cpp/conversion/json-t...
  7. Convert JSON Format to ODT via C++ | products.a...

    C++ API t0 Parse JSON to ODT without using Microsoft Word...height for all rows in the worksheet, you can do it by using the...width for all columns in the worksheet, use the ICells collection’s...

    products.aspose.com/total/cpp/conversion/json-t...
  8. HTML to Excel Worksheets - Free Support Forum -...

    Hello, I am having trouble exporting HTML to a Multisheet XLSX report. There is not a lot of documentation on doing this conversion. I am curious, when the HTML string is parsed, how does it know what are separate worksh…...Excel Worksheets Aspose.Cells Product Family copy-worksheets , html...Including the xml for the Worksheets. Can you be more explicit...

    forum.aspose.com/t/html-to-excel-worksheets/252535
  9. 将VBA宏用户表单设计存储器从模板复制到目标工作簿,用JavaScript通过C++|Docu...

    学习如何使用Aspose.Cells for JavaScript通过C++将VBA项目(包括设计存储器)从一个Excel文件复制到另一个。...)); // Copy all template worksheets to target workbook const...const sheets = templateFile . worksheets ; const sheetCount = sheets...

    docs.aspose.com/cells/zh/javascript-cpp/copy-vb...
  10. Convert CSV, TSV and TXT to Excel with Node.js ...

    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....Sheet 1 in Workbook const worksheet = workbook . getWorksheets...using its name const cell = worksheet . getCells (). get ( "C3"...

    docs.aspose.com/cells/nodejs-cpp/convert-csv-ts...