Sort Score
Result 10 results
Languages All
Labels All
Results 3,901 - 3,910 of 30,483 for

worksheet

(0.17 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. Getting Started|Documentation

    How to install Aspose Cells for C++ and create a Hello World application....Access any desired cell of a worksheet in the Excel file. Insert...into cell A1 on the first worksheet, and saves the Excel file...

    docs.aspose.com/cells/cpp/getting-started/
  4. Detect Hyperlink Type|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....Range Editing Hyperlinks of Worksheet Analyzing your prompt, please...

    docs.aspose.com/cells/java/detect-hyperlink-type/
  5. Export Document Structure While Converting to P...

    Learn how to export document structure while converting an Excel file to a tagged PDF using Aspose.Cells for Node.js via C++....such as cell, row, table, worksheet, image, shape, header/footer...

    docs.aspose.com/cells/nodejs-cpp/export-documen...
  6. Aspose.Cells 8.1.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....Workbook (); //Access first worksheet Worksheet sheet = book . getWorksheets...

    docs.aspose.com/cells/zh/java/public-api-change...
  7. Set External Links in Formulas with Node.js via...

    Learn how to set external links in formulas using Aspose.Cells for Node.js via C++....Workbook (); // Get the first worksheet. const sheet = workbook ....

    docs.aspose.com/cells/nodejs-cpp/set-external-l...
  8. Get the Cell Object by DisplayName of PivotFiel...

    Learn how to retrieve the cell object by the display name of a pivot field and apply formatting using Aspose.Cells for C++....first pivot table of the worksheet and then retrieves the cell...

    docs.aspose.com/cells/go-cpp/get-the-cell-objec...
  9. Chart to PDF|Documentation

    Learn how to use Aspose.Cells for .NET to convert a chart to a PDF document. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a PDF for further distribution and archiving....the first chart inside the worksheet and then converts it into...

    docs.aspose.com/cells/net/chart-to-pdf/
  10. Loading and managing Excel, OpenOffice, Json, C...

    With Aspose.Cells for Python via .NET, it is simple to create, open and manage Excel, CSV, TSV, ODS, HTML, Numbers, Json, XML, PDF, JPG, Tiff, Image, MHT and XPS files....while loading Workbook or Worksheet Filtering the kind of data...

    docs.aspose.com/cells/python-net/loading-saving...