Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 157,036 for

xlsx

(0.67 sec)
  1. OleFormat.is_locked property | Aspose.Words for...

    OleFormat.is_locked property. Specifies whether the link to the OLE object is locked from updates....xlsx' , ole_format . suggested_extension...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Setting Formula Calculation Mode of Workbook wi...

    This article introduces how to set the formula calculation mode of a workbook in Microsoft Excel with Aspose.Cells for Node.js via C++. By loading an existing Excel file or creating a new Excel file, we can use the method provided by Aspose.Cells to set the formula calculation mode and get the result. Finally, we save the modified Excel file to disk....xlsx" ), AsposeCells . SaveFormat . Xlsx ); AI Document...

    docs.aspose.com/cells/nodejs-cpp/setting-formul...
  3. 创建一个电子表格文档|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" ; CreateSpreadsheetWor ( FileName...Editable = true, and Type = xlsx. SpreadsheetDocument spreadsheetDocument...

    docs.aspose.com/cells/zh/net/create-a-spreadshe...
  4. 用 C++ 隐藏工作表中的零值显示|Documentation

    本文将展示如何用示例代码通过 C++ 库或 API 编程隐藏 Excel 工作表中的零值。...xlsx" ; // Create a new Workbook...( srcDir + u "outputfile.out.xlsx" ); std :: cout << "Workbook...

    docs.aspose.com/cells/zh/cpp/hiding-the-display...
  5. Public API Changes in Aspose.Cells 16.10.0|Docu...

    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" ); // Access first worksheet...the result in XLSX format book . Save ( "output.xlsx" ); Support...

    docs.aspose.com/cells/net/public-api-changes-in...
  6. 使用Node.js通过C++隐藏工作表中的零值显示|Documentation

    本文将展示如何使用Node.js库通过C++编程方式隐藏Excel电子表格中的零值示例代码。...xlsx" ); // Create a new Workbook...( dataDir , "outputfile.out.xlsx" )); AI Document Assistant Close...

    docs.aspose.com/cells/zh/nodejs-cpp/hiding-the-...
  7. Implement 1904 Date System with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports the implementation of the 1904 date system, allowing users to calculate and format based on the January 1, 1904 date system. This article describes how to implement the 1904 date system using the Aspose.Cells library....xlsx" ; // Path of output excel file...outputFilePath = outDir + u "Mybook.out.xlsx" ; // Create workbook Workbook...

    docs.aspose.com/cells/cpp/implement-1904-date-s...
  8. How to Compress the PPTX Files Generated with A...

    Hi Aspose forum We want to use the following compression properties in our application.properties to compress our exported excel and ppt files but these properties do not seem to work. server.compression.enabled=true s…...XLSX); saveOptions.setCompressionType(9);...OoxmlSaveOptions(SaveFormat.XLSX); saveOptions.setCompressionType(9);...

    forum.aspose.com/t/how-to-compress-the-pptx-fil...
  9. Problem Accessing Graphs in Attached Excel File...

    Hi Team, I am unable to load all the graphs available in the attached Excel (.Xlsx) file. Please refer to the file and assist. I attached the Xlsx file and gif . graphs_loading_issues.gif (3.2 MB) graphs_loading_issu…...xlsx) file. Please refer to the file...file and assist. I attached the xlsx file and gif . graphs_loading_issues...

    forum.aspose.com/t/problem-accessing-graphs-in-...
  10. Using LightCells API with C++|Documentation

    Learn how to use the LightCells API in C++ to efficiently read and write large Excel files with minimal memory usage....the cells in the same way for XLSX and XLS files (it does not actually...memory more effectively for XLSX files than XLS files because...

    docs.aspose.com/cells/cpp/using-lightcells-api/