Sort Score
Result 10 results
Languages All
Labels All
Results 6,471 - 6,480 of 41,152 for

worksheet

(0.05 sec)
  1. How to Save Excel Chart as JPG using Node.js

    This article guides on how to save Excel chart as jpg using Node.js. It has the IDE settings, programming steps, and a sample code to convert Excel chart to JPG using Node.js....followed by accessing the target worksheet, and the desired chart in...

    kb.aspose.com/cells/nodejs/how-to-save-excel-ch...
  2. Wrap Text in Excel using Node.js

    Wrap text in Excel using Node.js. Learn the environment settings, steps to write the application and get running code to apply wrap text in Excel using Node.js....create a workbook, access a worksheet, and fill some text in a few...

    kb.aspose.com/cells/nodejs/wrap-text-in-excel-u...
  3. ChartTextFrame class | Aspose.Cells for Python ...

    ChartTextFrame class ChartTextFrame class Encapsulates the object that represents the frame object which contains tex......and sets a reference to the worksheet. text_direction Represents...

    reference.aspose.com/cells/python-net/aspose.ce...
  4. Aspose.Cells for Java 20.4 Release Notes|Docume...

    Aspose.Cells for Java 20.4 Release Notes – the latest enhancements, new features, and fixes....saving XLSM after removing worksheet Exception CELLSJAVA-43150...

    docs.aspose.com/cells/java/aspose-cells-for-jav...
  5. Aspose.Cells (v23.7) corrupts password-protecte...

    Opening and saving a password-protected XLS file with ActiveX control on a Worksheet corrupts the file. Excel shows the following message boxes after trying to open the saved file. After those messages, the file is opene…...with ActiveX control on a worksheet corrupts the file. Excel shows...

    forum.aspose.com/t/aspose-cells-v23-7-corrupts-...
  6. WorkbookDesigner | Aspose.Cells for Java API Re...

    Encapsulates the object that represents a designer spreadsheet....to fill the data into the worksheets. wd.process(true); //Save...Indicates if references in other worksheets will be updated. getWorkbook()...

    reference.aspose.com/cells/java/com.aspose.cell...
  7. Aspose.Cells for Java 16.11.0 Release Notes|Doc...

    Aspose.Cells for Java 16.11.0 Release Notes – the latest enhancements, new features, and fixes....Incorrect formula returned from a worksheet cell Bug CELLSJAVA-42004 java...

    docs.aspose.com/cells/java/aspose-cells-for-jav...
  8. Aspose.Cells for Python via .NET 23.9 Release N...

    Aspose.Cells for Python via .NET 23.9 Release Notes – the latest enhancements, new features, and fixes....CELLSGRIDJS-895 switch to another worksheet after the newly inserted image...crashes after deleting the worksheet and resaving the file Bug...

    docs.aspose.com/cells/python-net/aspose-cells-f...
  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. Date Formatting is not happening on the total c...

    Hi , I am trying to convert a string type column to a date column by using setConvertNumericOrDate(true) and then applying the date format on top of it by using layoutOptions.setDateFormat(‘DD-MMM-YYYY’); Only some r…...CountryCode['UNITED_KINGDOM']); var worksheet = workbook.getWorksheets()...importData(JSON.stringify(data), worksheet.getCells(), 0, 0, layoutOptions)...

    forum.aspose.com/t/date-formatting-is-not-happe...