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

xlsx

(0.33 sec)
  1. 使用JavaScript通过C++进行对比和迁移|Documentation

    探索差异并考虑使用Aspose.Cells与JavaScript通过C++的迁移策略。...xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/zh/javascript-cpp/compari...
  2. 用 JavaScript 通过 C++ 设置或取消共享工作簿的密码保护|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/zh/javascript-cpp/passwor...
  3. Unfreeze Rows or Columns with JavaScript via C+...

    In this article, you will learn how to unfreeze rows, columns, or panes of Excel worksheets programmatically using the JavaScript API with C++....xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/javascript-cpp/unfreeze-r...
  4. How to manage PivotChart with PivotOptions for ...

    How to manage PivotChart with PivotOptions in JavaScript via C++....xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/javascript-cpp/how-to-man...
  5. 通过 Node.js 转换 Excel 工作簿为 Ods、Sxc 和 Fods(OpenOff...

    如何使用 Aspose.Cells for Node.js via C++ 将 Excel 转换为 Ods(OpenOffice / LibreOffice Calc)或将 Ods(OpenOffice / LibreOffice Calc)转换为 Excel。...xlsx" ); let workbook = new AsposeCells...path . join ( dataDir , "book1.xlsx" ); // Load your source workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-exc...
  6. Aspose.CellsでExcelファイルをPDF形式に変換した場合にExcelでの見た目と...

    Aspose.Cells for Python via .NET(25.2.0)を利用しています。 Aspose.CellsでExcelワークブックをPDFに変換する際に、 Excel上にあるオブジェクトがExcelワークブックの見た目と異なった位置や模様でPDFに変換されてしまいます。 求める結果としてはExcel本体の機能のPDF変換と同等のPDF変換処理ができ、Excel上の見た目とPDF変換後の見た目が同じになることです。 …...xlsx :Excel、Aspose.CellsでのPDF変換結果の差分を弊社でまとめたファイルです。...まとめたファイルです。 └PDF変換対象Excel原本.xlsx :PDF変換対象のExcelです。 └AsposeCells変換結果...

    forum.aspose.com/t/aspose-cells-excel-pdf-excel...
  7. 使用C++创建带引导线的饼图|Documentation

    学习如何用Aspose.Cells for C++ API在Microsoft Excel中创建带引导线的饼图。我们的指南演示如何添加连接数据点和图例的引导线,提升图表的清晰度。...in XLSX format Workbook workbook ( FileFormatType :: Xlsx );...Save ( outDir + u "PieChart_out.xlsx" ); std :: cout << "Pie chart...

    docs.aspose.com/cells/zh/cpp/creating-pie-chart...
  8. Dynamic add a svg picture not work when convert...

    Hi, I am using aspose-20.12. I want to add a svg picture before save to html. but in the html, can not found the picture. Workbook workbook = new Workbook("excel-normal3.Xlsx"); Worksheet worksheet = workbook.getWorksh…...xlsx"); Worksheet worksheet = workbook...new Workbook("excel-normal3.xlsx"); Worksheet worksheet = workbook...

    forum.aspose.com/t/dynamic-add-a-svg-picture-no...
  9. Issue with tables having large number of rows w...

    I created a table in Excel with around 120 rows. When I insert this table back into Excel, all 120 rows are displayed correctly. However, when I insert the same table into Word, only the first 55 rows are visible initia…...Thanks for the sample files (XLSX, DOCX, etc.). Kindly note that...Workbook("e:\\test2\\Book_1758196616.xlsx"); DocxSaveOptions saveOptions...

    forum.aspose.com/t/issue-with-tables-having-lar...
  10. XlsxSaveOptions.section_mode property | Aspose....

    XlsxSaveOptions.section_mode property. Gets or sets the way how sections are handled when saving to the output Xlsx document...handled when saving to the output XLSX document. The default value...all document on one worksheet. xlsx_save_options = aw . saving ...

    reference.aspose.com/words/python-net/aspose.wo...