Sort Score
Result 10 results
Languages All
Labels All
Results 2,291 - 2,300 of 159,079 for

xlsx

(0.73 sec)
  1. 用JavaScript通过C++插入或删除Excel工作表中的行|Documentation

    本文提供了使用C++的JavaScript代码用以插入和删除Excel工作表中的行。...xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/zh/javascript-cpp/insert-...
  2. 查找并刷新父数据透视表的嵌套或子数据透视表|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/find-an...
  3. 用JavaScript通过C++指定共享公式的最大行数|Documentation

    学习如何使用C++的JavaScript指定共享公式的最大行数。...xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/zh/javascript-cpp/specify...
  4. How to Update Excel File in Java

    In this step-by-step tutorial we will learn how to update Excel file in Java using a simple code. This code can be executed in many operating systems supporting Java like Windows, macOS and Linux....saving it to an Excel format say XLSX in this tutorial. Steps to Update...changed Save the updated file as XLSX In the above steps we observed...

    kb.aspose.com/cells/java/how-to-update-excel-fi...
  5. 管理单元格HTML字符串|Documentation

    学习如何通过Aspose.Cells for JavaScript通过C++ API管理单元格HTML字符串。...xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/zh/javascript-cpp/manage-...
  6. 通过 C++ 使用 JavaScript 自动调整行高以进行渲染|Documentation

    了解如何使用 Aspose.Cells for JavaScript 通过 C++ 在 Excel 中自动调整行高以进行渲染,防止文本被截断到已保存的 PDF 文件中。...xlsx】及截图。 如果你想防止在已保存的 PDF 文件中被裁剪的文本,可以使用..."fileInput" accept = ".xls,.xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/zh/javascript-cpp/autofit...
  7. Que tipo de licencia debo comprar - Free Suppor...

    Que tal, tengo duda al elegir el tipo de licencia que debo comprar. Obtuve una licencia de prueba y lo que hago es convertir archivos xls y xlsb a Xlsx, posteriormente convierto el archivo Xlsx a pdf. Necesito desplegar …...xlsb a xlsx, posteriormente convierto el archivo xlsx a pdf....

    forum.aspose.com/t/que-tipo-de-licencia-debo-co...
  8. OleFormat.Save | Aspose.Words for .NET

    Discover the OleFormat Save method to efficiently store embedded object data in your chosen stream. Enhance data management with ease!...xlsx" )); // Below are two ways of...SuggestedExtension , Is . EqualTo ( ".xlsx" )); // Below are two ways of...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Convert Excel to CSV, TSV and TXT with C++|Docu...

    Easily convert Excel files to CSV, TSV, and TXT formats using Aspose.Cells with C++....OpenOffice spreadsheet file (so XLS, XLSX, XLSM, XLSB, ODS and so on)...filePath = srcDir + u "Book1.xlsx" ; // Create a Workbook object...

    docs.aspose.com/cells/cpp/convert-excel-to-csv-...
  10. Cell formula doesn't get set with formula witho...

    Hi team, I have a formula which is referring to Custom Function but in a different workbook. I’m trying to remove the reference part by replacing the formula (without ref), but it remains the same! In attached workbook…...xlsx’!_xldudf_AS(AR20,“name”)) when...Workbook("path_to_your_workbook.xlsx"); // Access the specific cell...

    forum.aspose.com/t/cell-formula-doesnt-get-set-...