Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 140,040 for

xlsx

(0.1 sec)
  1. 在Microsoft Excel中应用高级筛选以显示满足复杂条件的记录,使用C++实现|Doc...

    学习如何使用Aspose.Cells for C++ API在Microsoft Excel中应用高级筛选,以显示满足复杂条件的记录。...xlsx" ); // Access first worksheet...false ); // Save the workbook in xlsx format workbook . Save ( outputDir...

    docs.aspose.com/cells/zh/cpp/apply-advanced-fil...
  2. 使用Node.js通过C++将单元格添加到Microsoft Excel公式监视窗口的方法|D...

    如何使用 Aspose.Cells 库通过 Node.js 和 C++ 向 Excel 的公式监视窗口添加单元格。通过加载已有的 Excel 文件或创建新文件,我们可以对其中的单元格进行操作并设置公式。最后,将修改后的 Excel 文件保存到磁盘。...xlsx" ); // Create empty workbook...output XLSX format. wb . save ( "outputAddCellsToMicr.xlsx" , AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/add-cells-t...
  3. Aspose::Words::Saving::XlsxSaveOptions::get_Sec...

    Aspose::Words::Saving::XlsxSaveOptions::get_SectionMode method. Gets or sets the way how sections are handled when saving to the output Xlsx document. The default value is MultipleWorksheets in C++....handled when saving to the output XLSX document. The default value..."XlsxSaveOptions.SelectionMode.xlsx" , xlsxSaveOptions ); See Also...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. 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...
  5. How to Insert Comment in Excel using C#

    In this tutorial, you will learn how to insert comment in Excel using C#. The steps and code snippet demonstrates how to add comments or note in Excel using C#....and write the output file in XLSX , XLS or any other MS Excel...Save the output Excel file in XLSX format after adding the comment...

    kb.aspose.com/cells/net/how-to-insert-comment-i...
  6. How to Convert Excel to JSON in Java

    In this brief tutorial, you will learn how to convert Excel to JSON in Java. You can quickly convert Excel file to JSON in Java using a few lines of code with a simple configuration....above summarize how to export XLSX to JSON using Java by sharing...load the input Excel file in XLSX or XLS format and then specify...

    kb.aspose.com/cells/java/how-to-convert-excel-t...
  7. Convert HTML to Excel in C#

    This topic focuses on how to convert HTML to Excel in C#. It includes the details to prepare the IDE and a runnable code example to export HTML to XLS using C#....export HTML to XLS using C# or XLSX according to the requirements...Excel spreadsheet in XLS or XLSX format. Code to Create HTML...

    kb.aspose.com/pdf/net/convert-html-to-excel-in-...
  8. PDF Format Conversion Solution for Rust | Aspos...

    Convert PDF to DOCX, DOC, PPTX, PNG, TIFF, EPUB, TEX, SVG & more using Rust...PDF-document as XlsX-document pdf . save_xlsx ( "sample.xlsx" ) ? ; Ok...document. Then, we call the save_xlsx function. Next, close the PDF...

    products.aspose.com/pdf/rust-cpp/conversion/
  9. How to Open Password Protected Excel File using...

    This article guides on how to open password protected Excel file using Node.js. It has the details to set the IDE, a list of steps, and a runnable sample code to open Excel with password using Node.js....class Set the load format to XLSX Set the password to open the...by setting the load format to XLSX and the file opening password...

    kb.aspose.com/cells/nodejs/how-to-open-password...
  10. chart.CategoryAxis.GetAxisTexts() are not the s...

    hi , i have an excel file: 4366-20250303.7z (108.4 KB) there is an chart. i ues the below codes to get the lables: var chart = sheet.Charts.OrderByDescending(t => t.ChartObject.LowerRightRow).First(); var labels = …...xlsx"); Worksheet sheet = workbook...file as “4366-20250303_new1.xlsx”. I then tested your scenario/case...

    forum.aspose.com/t/chart-categoryaxis-getaxiste...