Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 25,766 for

worksheet

(0.14 sec)
  1. Cells#copyColumns results in incomplete formatt...

    Hi, Using Aspose Cells for Java, version 25.9. Sample code: Workbook workbook = new Workbook("input.xlsx"); Worksheet Worksheet = workbook.getWorksheets().get("IT Projections"); Cells cells = Worksheet.getCells(); cel…...xlsx"); Worksheet worksheet = workbook.getWorksheets()...Projections"); Cells cells = worksheet.getCells(); cells.insertColumns(3...

    forum.aspose.com/t/cells-copycolumns-results-in...
  2. Avoid using scientific notation when the import...

    Hi, Is there a way to avoid using scientific notation on a large numeric value when using smart marker? Let’s say if my data from the data source includes a large numeric value (e.g. “123456789000”), when I process the…...the first worksheet var worksheet = workbook.Worksheets[0]; // Set...format of the cell to text worksheet.Cells["A1"].SetStyle(new Style()...

    forum.aspose.com/t/avoid-using-scientific-notat...
  3. Add PDF Bookmarks with Named Destinations using...

    Learn how to add PDF bookmarks with named destinations using Aspose.Cells for JavaScript via C++. Ensure bookmarks remain intact regardless of page changes....first worksheet const worksheet = workbook . worksheets . get...Access cell C5 let cell = worksheet . cells . get ( "C5" ); //...

    docs.aspose.com/cells/javascript-cpp/add-pdf-bo...
  4. How to Remove Pivot Table in Excel in C#

    This article explains how to remove pivot table in Excel in C#. It shares the details for the IDE, programming logic, and a runnable sample code to delete pivot table in C#....the worksheet Access the pivot table from the worksheet Remove...accessing the target worksheet. Each worksheet has a PivotTableCollection...

    kb.aspose.com/cells/net/how-to-remove-pivot-tab...
  5. Consolidation Function|Documentation

    How to apply ConsolidationFunction to Data Fields of Pivot Table with Aspose.Cells for JavaScript via C++....the first worksheet of the workbook const worksheet = workbook...workbook . worksheets . get ( 0 ); // Access the first pivot table of...

    docs.aspose.com/cells/javascript-cpp/consolidat...
  6. Setting Shared Formula with C++|Documentation

    Learn how to set shared formulas in Excel Worksheets using Aspose.Cells with C++....want to add a function in a worksheet that will perform calculations...Cells Suppose you have a worksheet filled with data in a format...

    docs.aspose.com/cells/cpp/setting-shared-formula/
  7. 用 Node.js 通过 C++ 实现其他语言的 Subtotal 或 Grand Total...

    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 const worksheet = workbook . getWorksheets...createCellArea ( "A1" , "B10" ); worksheet . getCells (). subtotal (...

    docs.aspose.com/cells/zh/nodejs-cpp/implement-s...
  8. Format Pivot Table Cells|Documentation

    How to format pivot table cells with Aspose.Cells for JavaScript via C++....Access the worksheet by its name const worksheet = workbook .... worksheets . get ( "Sheet1" ); // Access the pivot table (second...

    docs.aspose.com/cells/javascript-cpp/format-piv...
  9. How to Control Sheet Tab Bar with JavaScript vi...

    Learn how to control the sheet tab bar using Aspose.Cells for JavaScript via C++....data to cells in the first worksheet. Display the sheet tab and...Cells Example - Populate Worksheet and Save </ h1 > < input type...

    docs.aspose.com/cells/javascript-cpp/how-to-con...
  10. Format Ranges with JavaScript via C++|Documenta...

    Learn how to format a range of cells in Excel using Aspose.Cells for JavaScript via C++....sample data, access the first worksheet, and define two ranges (“A1:C3”...the first worksheet const ws = workbook . worksheets . get ( 0...

    docs.aspose.com/cells/javascript-cpp/how-to-for...