Sort Score
Result 10 results
Languages All
Labels All
Results 2,751 - 2,760 of 157,002 for

xlsx

(0.22 sec)
  1. How to solve the memory leak problem when save ...

    Please see the demo atthachment, i am building a preview online website with Aspose.Cell 24.1.0, sometimes there is a memory leak problem with a small excel file(file also in demo attachment). So could you provide a dem…...xlsx with simple data and multi sheet...

    forum.aspose.com/t/how-to-solve-the-memory-leak...
  2. Change the HTML Link Target Type with C++|Docum...

    Learn how to change the HTML link target type using Aspose.Cells for C++. Control the target attribute in HTML links programmatically....xlsx" ; // Path of output HTML file...

    docs.aspose.com/cells/cpp/change-the-html-link-...
  3. Load Specific Worksheets in a Workbook with C++...

    Learn how to load specific worksheets in a workbook using Aspose.Cells with C++ to improve performance and reduce memory usage....loadOptions ( LoadFormat :: Xlsx ); loadOptions . SetLoadFilter...Workbook ( srcDir + u "TestData.xlsx" , loadOptions ); // Perform...

    docs.aspose.com/cells/cpp/load-specific-workshe...
  4. Setting Formula Calculation Mode of Workbook wi...

    Learn how to set formula calculation mode (automatic, manual) in Excel workbooks using Aspose.Cells for Python via .NET API. Step-by-step guide with code examples....xlsx" ) # Configure manual calculation...workbook workbook . save ( "output.xlsx" ) import os from aspose.cells...

    docs.aspose.com/cells/python-net/setting-formul...
  5. 在使用Node.js通过C++写保护工作簿时指定作者|Documentation

    在使用Aspose.Cells for Node.js via C++写保护工作簿时,指定作者姓名。..."SimonAspose" ); // Save the workbook in XLSX format. const outputDir = path...outputDir , "outputSpecifyAuthorW.xlsx" )); AI Document Assistant Close...

    docs.aspose.com/cells/zh/nodejs-cpp/specify-aut...
  6. 使用 Node.js 和 C++ 管理工作簿元数据|Documentation

    学习如何使用Aspose.Cells for Node.js via C++编辑工作簿元数据。...xlsx" ), options ); // Set some properties...join ( dataDir , "Sample2.out.xlsx" )); // Open the workbook const...

    docs.aspose.com/cells/zh/nodejs-cpp/using-workb...
  7. 单元格名称和行/列索引之间的转换|Documentation

    学习如何通过C++的Aspose.Cells for JavaScript实现单元格名称与行/列索引的转换。...xlsx,.csv" /> < button id = "runExample"..."fileInput" accept = ".xls,.xlsx,.csv" /> < div > < label for...

    docs.aspose.com/cells/zh/javascript-cpp/names-a...
  8. Set Worksheet Tab Color with C++|Documentation

    This article demonstrates sample code that sets the Excel worksheet tab color programmatically using the C++ API or library....xlsx" ; // Path of output Excel file...

    docs.aspose.com/cells/cpp/set-worksheet-tab-color/
  9. Disable Exporting Frame Scripts and Document Pr...

    Disable exporting frame scripts and document properties using Aspose.Cells with C++....xlsx" ; Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/cpp/disable-exporting-fra...
  10. Avoid exponential notation of large numbers whi...

    Learn how to avoid exponential notation of large numbers while importing from HTML using Aspose.Cells for C++....xlsx" , SaveFormat :: Xlsx ); std :: cout <<...

    docs.aspose.com/cells/cpp/avoid-exponential-not...