Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 134,767 for

xlsx

(0.04 sec)
  1. Aspose::Words::Saving::XlsxSaveOptions::set_Sec...

    Aspose::Words::Saving::XlsxSaveOptions::set_SectionMode method. 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...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. 通过 Microsoft Excel 与 C++ 自动刷新 OLE 对象|Documentation

    学习如何使用 Aspose.Cells 结合 C++ 在 Microsoft Excel 中自动刷新 OLE 对象。...xlsx" ); // Access first worksheet...true ); // Save the workbook in xlsx format wb . Save ( srcDir +...

    docs.aspose.com/cells/zh/cpp/automatically-refr...
  3. Change Slicer Properties with C++|Documentation

    Change the properties of a Slicer in Excel files using Aspose.Cells with C++....xlsx . Sample Code #include <iostream>...sourceDir + u "sampleCreateSlicerTo.xlsx" ); // Access first worksheet...

    docs.aspose.com/cells/cpp/change-slicer-propert...
  4. Set Line Spacing of the Paragraph in a Shape or...

    Learn how to set line spacing, space before, and space after in a paragraph within a shape or textbox using Aspose.Cells for C++....workbook in xlsx format wb . Save ( outDir + u "output_out.xlsx" , SaveFormat...SaveFormat :: Xlsx ); std :: cout << "Workbook saved successfully...

    docs.aspose.com/cells/cpp/set-line-spacing-of-t...
  5. Create TextBox in which each line has a differe...

    Learn how to create a TextBox in which each line can have a different horizontal alignment using Aspose.Cells for Node.js via C++....Right ); // Save the workbook in xlsx format. wb . save ( path . join..."output_out.xlsx" ), AsposeCells . SaveFormat . Xlsx ); Access...

    docs.aspose.com/cells/nodejs-cpp/create-textbox...
  6. Protect and Unprotect Workbook Structure with N...

    Protect and unprotect workbook structure of Excel files using Node.js via C++....xlsx" ); // Create a new file. const...path . join ( dataDir , "Book1.xlsx" ); // Open an Excel file which...

    docs.aspose.com/cells/nodejs-cpp/protect-and-un...
  7. How to Convert Excel to HTML in Node.js

    In this simple topic explanation is provided on how to convert Excel to HTML in Node.js. You can configure the generated HTML file using a number of properties before you export Excel to HTML in Node.js....js by accessing the source XLSX file from the disk and then...process to example the sample XLSX to HTML in Node.js by accessing...

    kb.aspose.com/cells/nodejs/how-to-convert-excel...
  8. How to Convert Excel to Word in Node.js

    This article entails how to convert Excel to Word in Node.js. It encompasses the configuration details, step-wise procedure, and a runnable sample code to export Excel to Word in Node.js....js like exporting XLSX to DOCX using the detailed configuration...explain the process to convert XLSX to DOCX in Node.js . You can...

    kb.aspose.com/cells/nodejs/how-to-convert-excel...
  9. Export Data from a PDF Form to Excel using Java

    Follow this article to export data from a PDF form to Excel using Java. It shares details for the IDE settings, a list of steps, and a sample code to extract fields from PDF to Excel using Java....Workbook for saving it as an XLSX file. Steps to Export PDF Fields...the XML file and save it as an XLSX file The above steps summarize...

    kb.aspose.com/total/java/export-data-from-a-pdf...
  10. How to Create Excel Pie Chart in C#

    This topic shows on how to create Excel Pie chart in C# in WinForms .NET or ASP.NET app without using MS Excel interop....Excel XLSX format. You can simply open the output XLSX file into... Finally, it saves an Excel XLSX file which will contain the...

    kb.aspose.com/cells/net/how-to-create-excel-pie...