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

xlsx

(0.09 sec)
  1. 如何检测文件格式并使用 C++ 判断文件是否被加密|Documentation

    学习如何用 Aspose.Cells 和 C++检测文件格式及判断文件是否被加密。...xlsx" ); // Gets the detected load...

    docs.aspose.com/cells/zh/cpp/how-to-detect-a-fi...
  2. Online OTT to Excel Conversion or Build .NET ba...

    Free online app to convert OTT to Excel files. .NET C# conversion library code for OTT documents....document to XLSX format using Save method and set Xlsx as SaveFormat...Spreadsheet) Convert OTT to XLSX (Open XML Workbook) Convert...

    products.aspose.com/total/net/conversion/ott-to...
  3. Online WORDML to Excel Conversion or Build .NET...

    Free online app to convert WORDML to Excel files. .NET C# conversion library code for WORDML documents....document to XLSX format using Save method and set Xlsx as SaveFormat...Spreadsheet) Convert WORDML to XLSX (Open XML Workbook) Convert...

    products.aspose.com/total/net/conversion/wordml...
  4. 使用字体|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" , SaveFormat . Xlsx ); //Workbooks can...FileStream sw = File . Create ( "test.xlsx" ); wb . Write ( sw ); sw ....

    docs.aspose.com/cells/zh/net/working-with-fonts/
  5. 通过Node.js使用C++处理Shape或Chart的反射效果|Documentation

    学习如何使用Aspose.Cells for Node.js via C++处理形状或图表的反射效果。设置各种反射属性以达到预期效果。...xlsx" )); // Access first worksheet...80 ); // Save the workbook in xlsx format workbook . save ( path...

    docs.aspose.com/cells/zh/nodejs-cpp/working-wit...
  6. 使用C++在共享工作簿中更新保存历史记录的天数|Documentation

    学习如何使用Aspose.Cells的C++ API更新共享工作簿中保存历史的天数。...xlsx" ); std :: cout << "Workbook...Document Assistant Close 查找XLS和XLSX格式支持的最大行数和列数,使用C++ 用C++打开Excel文件而不弹出打开、保存、取消对话框...

    docs.aspose.com/cells/zh/cpp/update-days-preser...
  7. 使用 LightCells API 与 C++|Documentation

    学习如何在 C++ 中使用 LightCells API 高效读取和写入大型 Excel 文件,且内存占用极少。... 即使 LightCells API 在 XLSX 和 XLS 文件上以相同的方式处理单元格(它实际上并不...加载到内存中,而是处理一个单元格然后丢弃它),但它对于 XLSX 文件比 XLS 文件更有效地节省内存,因为这两种格式的数据模型和结构不同。...

    docs.aspose.com/cells/zh/cpp/using-lightcells-api/
  8. 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...
  9. 用 Node.js 通过 C++ 加载工作簿中的特定工作表|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 加载工作簿中的特定工作表。优化性能,减少内存使用。... Xlsx ); loadOptions . setLoadFilter... join ( dataDir , "TestData.xlsx" ), loadOptions ); // Perform...

    docs.aspose.com/cells/zh/nodejs-cpp/load-specif...
  10. Get Max Range In A Worksheet|Documentation

    This article describes how to get the max range, max data range, and max display range of Excel files with Aspose.Cells for Python via .NET library....xlsx . AI Document Assistant Close...

    docs.aspose.com/cells/python-net/get-max-range-...