Sort Score
Result 10 results
Languages All
Labels All
Results 4,311 - 4,320 of 157,002 for

xlsx

(0.25 sec)
  1. 工作表尺寸调整的可行方案|Aspose.Slides 文档

    在 PowerPoint 演示文稿中使用 C++ 的工作表尺寸调整可行方案...xlsx" ); auto worksheet = workbook...Aspose :: Cells :: SaveFormat :: Xlsx ); auto oleData = MakeArray...

    docs.aspose.com/slides/zh/cpp/working-solution-...
  2. 通过JavaScript via C++配置渲染电子表格的字体|Documentation

    学习使用Aspose.Cells for JavaScript通过C++配置字体以渲染电子表格。确保字体可用以实现最佳转换效果。...xlsx,.csv" /> < br />< br /> < label..."fileInput" accept = ".xls,.xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/zh/javascript-cpp/configu...
  3. Excel Export - Gap Missing when using arrays of...

    While working with arrays, we are facing an issue in excel where the gap between different elements is maintained correctly for an array of objects, but not for an array of strings. When using an array of objects, the t…...xlsx"); WorkbookDesigner workbookDesigner...Process(); workbook.Save(dir + "dest.xlsx"); geetha123 July 4, 2025, 10:07am...

    forum.aspose.com/t/excel-export-gap-missing-whe...
  4. Use Error Checking Options with C++|Documentation

    In this article, you will find sample code that will programmatically use error checking options of Excel worksheets e.g. Numbers stored as Text using C++ API or Library....xlsx" ; // Create a workbook and...outputFilePath = outDir + u "out_test.out.xlsx" ; // Save the Excel file workbook...

    docs.aspose.com/cells/cpp/use-error-checking-op...
  5. Saving Project Data to Excel Format in Ruby | A...

    This article explains how to export Project data to Excel using Aspose.Tasks Java for Ruby....XLSX" , Rjb :: import( 'com.aspose...aspose.tasks.SaveFileFormat' ) . XLSX) 4 5 puts "Saved project data...

    docs.aspose.com/tasks/java/saving-project-data-...
  6. How to Convert DataTable to Excel in C#

    In this short tutorial, you will learn how to convert DataTable to Excel in C#. You can control the process of writing DataTable to excel in C# by setting a number of properties of the DataTable....in C# , we will save it as an XLSX file on the disc. Steps to Convert...

    kb.aspose.com/cells/net/how-to-convert-datatabl...
  7. How to Remove Formula but Keep Data in Excel in...

    This brief tutorial provides information on how to remove formula but keep data in Excel in Java. Using these steps you can remove formula from excel but keep data in java on Windows, Linux and macOS etc....or in a different format like XLSX file on the disc. Steps to Remove...

    kb.aspose.com/cells/java/how-to-remove-formula-...
  8. How to Add a Slicer in Excel using Java

    This quick tutorial guides on how to add a slicer in Excel using Java. It provides crisp information on the environment configuration, program flow and a runnable sample code to insert a slicer in Excel using Java....saving the resultant file as an XLSX file, however, you may save...

    kb.aspose.com/cells/java/how-to-add-a-slicer-in...
  9. How to Create Excel File in Python

    Here is a quick tutorial that describes how to create Excel file in Python. It provides details how using Python generate Excel file along with the information about configuring the environment....finally save this file in XLS or XLSX file format. Steps to Create...

    kb.aspose.com/cells/python/how-to-create-excel-...
  10. How to Insert Picture in Cell|Documentation

    Learn how to insert a picture into a cell with Aspose.Cells for Python via .NET API....save the workbook in the output XLSX format. Sample Code AI Document...

    docs.aspose.com/cells/python-net/how-to-insert-...