Sort Score
Result 10 results
Languages All
Labels All
Results 3,221 - 3,230 of 21,287 for

worksheet

(0.03 sec)
  1. 在从HTML导入时避免大数字的指数表示|Documentation

    学习如何在导入HTML时防止大数字被转换为指数表示法,使用Aspose.Cells for Node.js via C++。...loadOptions ); // Access first worksheet const sheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/avoid-expon...
  2. Setting Dynamic Array Formulas with C++|Documen...

    How to use Aspose.Cells library to calculate dynamic array formulas in Microsoft Excel with C++....efficiency and simplify your worksheets. They can handle large datasets...formulas. They can slow down worksheet performance, especially if...

    docs.aspose.com/cells/cpp/calculation-of-dynami...
  3. 通过 Node.js 和 C++ 设置页眉和页脚|Documentation

    本文介绍了如何通过 Aspose.Cells for Node.js via C++ 编程方式在 Excel 工作表的页眉和页脚中插入图片。...reference of the PageSetup of the worksheet const pageSetup = excel ....getPageSetup (); // Setting worksheet name at the left section of...

    docs.aspose.com/cells/zh/nodejs-cpp/setting-hea...
  4. Wrapper class for loading Email Messages Async ...

    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....Usage Using a Microsoft Excel Worksheet as the Message Body and Sending...

    docs.aspose.com/email/net/wrapper-class-for-loa...
  5. Manipulate Pivot Table|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....pivot table insides its first worksheet. It changes the value of cell...

    docs.aspose.com/cells/cpp/manipulate-pivot-table/
  6. Create Microsoft Excel Files using Python | pro...

    Create Microsoft Excel Worksheet reports without installing Microsoft Office...charts, pivot tables within worksheets and many other functionalities...object and access the relevant Worksheet by providing its index. Use...

    products.aspose.com/total/python-java/create/
  7. Update Excel Files using Python | products.aspo...

    Edit Microsoft Excel XLSX, XLS, CSV documents without installing Microsoft Office within Python applications...relevant Worksheet by providing its index. call the Worksheet.getCells()...

    products.aspose.com/total/python-java/update/
  8. How to Format Number to Scientific|Documentation

    This article will introduce how to Format Number to Scientificusing Aspose.Cells for .NET API....formatting for the data in your worksheets, including scientific notation...the Desired Worksheet You need to access the worksheet where you...

    docs.aspose.com/cells/net/how-to-format-number-...
  9. Update XLSX File using Python | products.aspose...

    Modify XLSX document in Python applications without using Microsoft Excel....parameter Access of relevant Worksheet using getWorksheets().get(index)...in the accessed cell using Worksheet.getCells().get(indexValue)...

    products.aspose.com/total/python-java/update/xlsx/
  10. VLOOKUP function returns unexpected result - Fr...

    VLOOKUP function behaves differently in Aspose.Cells and results don’t match with Excel. In below example, Excel will return #REF! whereas Aspose will return #N/A: =VLOOKUP(1/1/2020,$C1:$D4,#N/A,FALSE) If value is not…...xlsx"); Worksheet sheet = excel.Worksheets[0]; excel.Re...

    forum.aspose.com/t/vlookup-function-returns-une...