Sort Score
Result 10 results
Languages All
Labels All
Results 2,301 - 2,310 of 157,232 for

xlsx

(0.19 sec)
  1. 用JavaScript通过C++冻结Excel工作表的顶部行|Documentation

    本文将介绍如何使用JavaScript库结合C++ API以编程方式冻结Excel工作表的顶部行。...xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  2. 如何使用JavaScript通过C++在工作表中添加/插入文本框|Documentation

    如何在Aspose.Cells for Java脚本中通过C++在工作表中添加/插入文本框...xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/zh/javascript-cpp/add-tex...
  3. Disable Compatibility Checker in Excel with Jav...

    Learn how to disable the compatibility checker through the Aspose.Cells for JavaScript via C++ API....xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/javascript-cpp/disable-co...
  4. 如何在 JavaScript 结合 C++ 中创建 TreeMap 图表|Documentation

    学习如何在 Aspose.Cells for JavaScript 通过 C++ 中创建树形图。我们的指南将帮助你了解树形图的各种属性和格式设置选项,包括颜色、标签和数据表示。...xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/zh/javascript-cpp/creatin...
  5. Convert Text to Columns using Aspose.Cells for ...

    Learn how to convert text to columns in Excel using Aspose.Cells for JavaScript via C++....xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/javascript-cpp/convert-te...
  6. XLS data is changed after loading and saving ba...

    Hi Aspose team, I’m encountering an issue where data in an .xls file changes after I load and save it. For example, the number in a text box is 125 in the original file but becomes 145 after saving. To investigate furt…...xlsx ) to see if the issue persists...shapes(legal in xls and modern in xlsx). We should check which shapes...

    forum.aspose.com/t/xls-data-is-changed-after-lo...
  7. 如何在 C# .NET 中将 Excel 转换为 XPS

    本分步教程向您展示如何在 C# 中将 Excel 转换为 XPS。它将 Excel 转换为 C# 中的 XPS,无需 Microsoft Excel 和互操作。...Workbook 类的对象 加载要转换为 XPS 的输入 Excel (XLSX or XLS) 使用 Xps SaveFormat 保存转换后的...保存转换后的 XPS 文件 在此示例中,我们在 C# 中将 XLSX 转换为 XPS,但通过使用相同的代码和步骤,您还可以在...

    kb.aspose.com/zh/cells/net/how-to-convert-excel...
  8. Merge POT Files Online or using Android Mobile ...

    Free online app to combine different POT presentations. Android merging library Java code to merge POT presentation into format of your choice....format: PPTX, PDF, DOCX, DOC, XLSX, Image, HTML, and others Click...(Macro-enabled Spreadsheet) Merge XLSX Files (Open XML Workbook) Merge...

    products.aspose.com/total/android-java/merge/pot/
  9. 使用 C++ 通过 JavaScript 管理 Microsoft Excel 文件的工作表|...

    使用 Aspose.Cells for JavaScript 通过 C++ 添加、删除和激活工作表。...xlsx,.csv" /> < button id = "runExample"..."fileInput" accept = ".xls,.xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/zh/javascript-cpp/manage-...
  10. Cannot turnoff ListObject (table) AutoFilter Co...

    How can we turn off AutoFilter completely on a ListObject (table)? We have tried the following: Workbook workbook = new Workbook("Demo.Xlsx"); Worksheet worksheet = workbook.Worksheets[0]; ListObject listObj = workshee…...xlsx"); Worksheet worksheet = workbook...false; workbook.Save("Demo2.xlsx"); As shown in the screenshot...

    forum.aspose.com/t/cannot-turnoff-listobject-ta...