Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 134,833 for

xlsx

(0.19 sec)
  1. Change Character Spacing of Excel TextBox or Sh...

    Change the character spacing of Excel textboxes or shapes using Aspose.Cells for Node.js via C++....xlsx" )); // Access your text box...4 ); // Save the workbook in xlsx format workbook . save ( path...

    docs.aspose.com/cells/nodejs-cpp/change-charact...
  2. 用C++设置图例项填充为无色|Documentation

    学习如何用Aspose.Cells for C++将图例项填充设置为无色。我们的指南将演示如何修改Microsoft Excel图表中图例项的填充色,以实现更好的可视化和自定义。...xlsx" ; // Path of output excel file...outDir + u "ChartLegendEntry_out.xlsx" ; // Open the template file...

    docs.aspose.com/cells/zh/cpp/set-text-of-chart-...
  3. Convert PDF to EXCEL in Android Apps | products...

    Render PDF to EXCEL in Android Apps API without using Microsoft Excel or Adobe Reader...covert PDF to XLSX. Secondly, you can convert XLSX to EXCEL by...Convert PDF to XLSX by using save method Load XLSX document by using...

    products.aspose.com/total/android-java/conversi...
  4. Aspose.Cells for C++

    This API allows you to do all kinds of operations on Excel files files in C++ code including creating, editing and converting etc....using C++ How to Add Filter in XLSX File using C++ How to Convert...to JPEG in C++ How to Convert XLSX to XPS using C++ How to Convert...

    kb.aspose.com/cells/cpp/
  5. 将日期转换为日本日期(C++)|Documentation

    学习如何使用 Aspose.Cells for C++ 将公历日期转换为日本日期。...for XLSX format LoadOptions options ( LoadFormat :: Xlsx ); //...( srcDir + u "JapaneseDates.xlsx" , options ); // Save the workbook...

    docs.aspose.com/cells/zh/cpp/convert-dates-to-j...
  6. Adding HTML Rich Text inside the Cell with C++|...

    Learn how to add HTML Rich Text inside the Cell through the Aspose.Cells for C++ API....Excel oriented HTML into XLS/XLSX format. It means, the HTML generated...can be converted back to XLS/XLSX format using Aspose.Cells. Similarly...

    docs.aspose.com/cells/cpp/adding-html-rich-text...
  7. Add ActiveX Controls using Aspose.Cells with C+...

    Learn how to add ActiveX controls to Excel worksheets programmatically using Aspose.Cells for C++...."A1" ); // Save the workbook in xlsx format wb . Save ( outDir +..."AddActiveXControls_out.xlsx" , SaveFormat :: Xlsx ); std :: cout <<...

    docs.aspose.com/cells/cpp/add-activex-controls-...
  8. Convert Excel workbook to Ods,Sxc and Fods (Ope...

    How to convert Excel to Ods (OpenOffice / LibreOffice Calc) or convert Ods (OpenOffice / LibreOffice Calc) to Excel with Aspose.Cells for Node.js via C++....xlsx" ); let workbook = new AsposeCells...path . join ( dataDir , "book1.xlsx" ); // Load your source workbook...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  9. Protect and Unprotect Workbook Structure with C...

    Protect and unprotect workbook structure of Excel files using C++ with Aspose.Cells....xlsx" ); std :: cout << "Workbook...U16String inputFilePath = u "Book1.xlsx" ; Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/cpp/protect-and-unprotect...
  10. Convert BMP to XLS via C# | Aspose

    Sample code for BMP to XLS C# conversion. Use API example code for batch BMP files to XLS conversion within VB.NET, Asp.NET or any .NET based application....formats including PDF, CSV, XLSX, TXT, HTML, XPS, and several...open and structured format, XLSX, with the release of Microsoft...

    products.aspose.com/ocr/net/conversion/bmp-to-xls/