Sort Score
Result 10 results
Languages All
Labels All
Results 3,891 - 3,900 of 30,422 for

worksheet

(0.14 sec)
  1. sample.xlsx

    Sheet1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 6 6 6 6 6 6 6 6 6 6 ......r-guide\worksheets\worksheet-views\scale-a-worksheet\ 16.0300...

    docs.aspose.com/cells/cpp/how-to-scale-a-worksh...
  2. sample.xlsx

    Sheet1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 6 6 6 6 6 6 6 6 6 6 ......r-guide\worksheets\worksheet-views\scale-a-worksheet\ 16.0300...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  3. Merge Files|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....the Worksheet.Copy() method can be used to copy worksheets into...Combine Multiple Worksheets into a Single Worksheet Analyzing your...

    docs.aspose.com/cells/net/merge-files/
  4. How to Format Number to Accounting with C++|Doc...

    This article will introduce how to Format Number to Accounting using Aspose.Cells for C++ API....the first worksheet in the workbook Worksheet worksheet = workbook...example, cell A1 Cell cell = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/how-to-format-number-...
  5. Converting XL to PDF to Word yields incorrect o...

    Hi Aspose Team, I’m trying to convert an excel to word by first converting the excel Worksheet to PDF and converting the PDF doc to word using the following code: Workbook workbook = new Workbook(dir + @"\Test_09122025…...first converting the excel worksheet to PDF and converting the...ut.xlsx"); Worksheet sheet = workbook.Worksheets[0]; PdfSaveOptions...

    forum.aspose.com/t/converting-xl-to-pdf-to-word...
  6. Setting Formula for Named Range|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....in the same (or different) worksheet. The following example creates...multiple cells in different worksheets. The following example creates...

    docs.aspose.com/cells/python-net/setting-formul...
  7. Removing Slicer|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....programmatically, please use the Worksheet.Slicers.Remove() method. It...remove the slicer from the worksheet. Removing Slicer The following...

    docs.aspose.com/cells/net/removing-slicer/
  8. 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...
  9. Resample Added Images - Excel to PDF Conversion...

    Learn how to resample added images when converting Excel to PDF with Aspose.Cells for Python via .NET API....Save Specified Worksheets to PDF Fit All Worksheet Columns on Single...

    docs.aspose.com/cells/python-net/resample-added...
  10. 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