Sort Score
Result 10 results
Languages All
Labels All
Results 3,411 - 3,420 of 25,766 for

worksheet

(0.09 sec)
  1. Values between 2^31 and 2^32 − 1 become two’s c...

    We are using a the below script to generate excel files from csv: // Values between 2^31 and 2^32 - 1 appear as their two’s complement negative equivalents when the CSV is converted to EXCEL using the below logic. const…...const worksheet = workBook.getWorksheets().get(0); worksheet.setName('Data');...setName('Data'); const rowCount = worksheet.getCells().getMaxDataRow();...

    forum.aspose.com/t/values-between-2-31-and-2-32...
  2. Regarding Hidden data - Free Support Forum - as...

    Hi Team, I am using aspose cells for grid js. I have a Xlsx file and it contains the hidden rows and columns, can we show it ? How can we show the hidden data....// Access the first worksheet var worksheet = workbook.getWorksheets()...<= worksheet.getCells().getMaxRow(); i++) { if (worksheet.getCells()...

    forum.aspose.com/t/regarding-hidden-data/318936
  3. How to add a PivotChart with C++|Documentation

    How to add a PivotChart using Aspose.Cells with C++....Cells: Add some data to a worksheet’s cells using a Cell object’s...Add a pivot table to the worksheet by calling the PivotTables...

    docs.aspose.com/cells/cpp/how-to-add-pivot-chart/
  4. Unfreeze Rows or Columns with Node.js via C++|D...

    In this article, you will learn how to unfreeze rows, columns, or panes of Excel Worksheets programmatically using the Node.js API with C++.... If worksheets in the Excel files are frozen...may want to unfreeze the worksheet or adjust frozen rows, columns...

    docs.aspose.com/cells/nodejs-cpp/unfreeze-rows-...
  5. Data in Non-Primitive Shape|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....Close Copy Shapes between Worksheets Send Shape Front or Back...Back inside the Worksheet Analyzing your prompt, please hold on....

    docs.aspose.com/cells/java/data-in-non-primitiv...
  6. Features|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....X Managing Worksheets Add/Insert/Remove Worksheets X X X Rename...Rename Worksheets X X X Sort Worksheet data X X X Supports Worksheet...

    docs.aspose.com/cells/net/grid-features/
  7. Issue with Formulas (presence of @ before funct...

    Hi guys, Maybe some of you can help me find a solution to my case. I generate some algorithm with default constructor to generate a workbook with sheets. (for a french version of Excel) In one column of the sheet nam…...workbook = new Workbook(); Worksheet worksheet = workbook.getWorksheets()...get(0); worksheet.getCells().get("A1").putValue(1); worksheet.getCells()...

    forum.aspose.com/t/issue-with-formulas-presence...
  8. -horz tag in Excel - Free Support Forum - aspos...

    I am using a foreach in my Excel file and wanted to know if some of the tags used in Word can also work in Excel. I understand the cellMerge -horz tag in Word and what this aims to accomplish, this works how I would exp…...xlsx"); Worksheet ws = wb.Worksheets[0]; // Data were...Workbook("Template.xlsx"); Worksheet ws = wb.Worksheets[0]; int startRow...

    forum.aspose.com/t/horz-tag-in-excel/321144
  9. Using Aspose.Cells for Python via .NET as a Pan...

    Using Aspose.Cells for Python via .NET as a Pandas Excel Engine.... filepath ) worksheet = wb . worksheets [ sheet_name ] if...sheet_name , int ) else wb . worksheets . get ( sheet_name ) # Get...

    docs.aspose.com/cells/python-net/using-aspose-a...
  10. Set the Values Format Code of Chart Series|Docu...

    Learn how to set the values format code of chart series in Aspose.Cells for Java. Our guide will help you understand how to format your chart series data using the appropriate format code, allowing you to present your data accurately and professionally....based on a range inside the worksheet but also works well for series...

    docs.aspose.com/cells/java/set-the-values-forma...