Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 134,990 for

xlsx

(0.05 sec)
  1. How to Insert Comment in Excel using Java

    In this tutorial, you will learn how to insert comment in Excel using Java. It contains brief steps and the sample code to add comments in Excel using Java using a few API calls only....Excel-supported file formats like XLSX , XLS , etc. Steps to Insert...with the added comment as an XLSX file These steps summarize all...

    kb.aspose.com/cells/java/how-to-insert-comment-...
  2. Different Ways to Save Files|Documentation

    Aspose.Cells for .NET can save files to different formats. Save Files to PDF. Save Files to HTML. Save Files to DOCX. Save Files to PPTX. Save Files to JSON. Save Files to MHTML....97 - 2003 file Xlsx Represents an Excel 2007 XLSX file Xlsm Represents...OpenOffice spreadsheet file (so XLS, XLSX, XLSM, XLSB, ODS and so on)...

    docs.aspose.com/cells/net/different-ways-to-sav...
  3. Add Filter in Pivot Table|Documentation

    Learn how to add a filter in pivot table with Aspose.Cells for Python via .NET....saves the workbook in output XLSX format. After executing the...

    docs.aspose.com/cells/python-net/add-filter-in-...
  4. Convert-JSON-to-Excel|Documentation

    Learn how to convert json to excel file with Aspose.Cells for Python via Java....to convert source file to the xlsx file generated by the code for...

    docs.aspose.com/cells/python-java/convert-json-...
  5. Extract OLE Objects from Workbook with Node.js ...

    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....xlsx" )); // Get the OleObject Collection...Excel97To2003 : fileName += "Xlsx" ; break ; case AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/extract-ole-ob...
  6. 在 C++ 中为图表系列中的数据点添加自定义标签|Documentation

    学习如何使用 Aspose.Cells for C++ 为图表系列中的数据点添加自定义标签。我们的指南将向您展示如何修改标签的外观、位置和格式,以及如何将它们链接到数据源以实现准确的数据展示。...xlsx" ; // Create workbook with XLSX format Workbook...workbook ( FileFormatType :: Xlsx ); Worksheet sheet = workbook...

    docs.aspose.com/cells/zh/cpp/adding-custom-labe...
  7. Set Caption to OLE Icon|Aspose.Slides for Pytho...

    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....xlsx" , "rb" ) as ole_stream : data_info...OleEmbeddedDataInfo ( ole_stream . read (), "xlsx" ) ole_frame = slide . shapes...

    docs.aspose.com/slides/python-net/set-caption-t...
  8. Change Adjustment Values of the Shape with Node...

    Learn how to change adjustment values of shapes in Excel using Aspose.Cells for Node.js via C++....xlsx" )); // Access first worksheet...join ( dataDir , "output_out.xlsx" )); How to set or change the...

    docs.aspose.com/cells/nodejs-cpp/change-adjustm...
  9. 使用C++获取工作表中的最大范围|Documentation

    本文介绍了如何使用Aspose.Cells for C++库获取Excel文件的最大范围、最大数据范围和最大显示范围。...xlsx" ); // Get all the worksheets...Workbook workbook ( u "Book1.xlsx" ); // Get all the worksheets...

    docs.aspose.com/cells/zh/cpp/get-max-range-in-a...
  10. Insert Timeline|Documentation

    Learn how to create a timeline with Aspose.Cells....saves the workbook in output XLSX format. The following screenshot...

    docs.aspose.com/cells/net/create-timeline/