Sort Score
Result 10 results
Languages All
Labels All
Results 2,981 - 2,990 of 159,081 for

xlsx

(0.34 sec)
  1. Adding Custom Properties visible inside Documen...

    Learn how to add custom properties visible in the Document Information Panel using Aspose.Cells with C++....workbook ( FileFormatType :: Xlsx ); // Add simple property without...u "AddingCustomProperti_out.xlsx" ); std :: cout << "Custom properties...

    docs.aspose.com/cells/cpp/adding-custom-propert...
  2. 使用C++导出与XML映射关联的XML数据|Documentation

    学习如何使用Aspose.Cells for C++在工作簿内导出与XML映射相关联的XML数据。...xlsx) 和【第一个XML映射导出的XML数据】(5472487...inputFilePath = srcDir + u "sample.xlsx" ; // Create workbook Workbook...

    docs.aspose.com/cells/zh/cpp/export-xml-data-li...
  3. 使用Python.NET设置Workbook的公式计算模式|Documentation

    学习如何使用Aspose.Cells for Python via .NET API设置Excel工作簿中的公式计算模式(自动、手动)。逐步指南附代码示例。...xlsx" ) # Configure manual calculation...workbook workbook . save ( "output.xlsx" ) import os from aspose.cells...

    docs.aspose.com/cells/zh/python-net/setting-for...
  4. Working with the Reflection Effect of Shape or ...

    Learn how to work with the reflection effect of shapes or charts using Aspose.Cells for Node.js via C++. Set various reflection properties to achieve desired results....xlsx" )); // Access the first worksheet...80 ); // Save the workbook in xlsx format workbook . save ( path...

    docs.aspose.com/cells/nodejs-cpp/working-with-t...
  5. Save Workbook to Strict Open XML Spreadsheet Fo...

    Learn how to save a workbook in Strict Open XML Spreadsheet format using Aspose.Cells for C++....xlsx ). If you open the output Excel..."outputSaveWorkbookTo.xlsx" , SaveFormat :: Xlsx ); std :: cout <<...

    docs.aspose.com/cells/cpp/save-workbook-to-stri...
  6. 通过Node.js使用C++处理Shape或Chart的三维格式|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" ); // Load excel file containing...Save the output excel file in xlsx format wb . save ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/working-wit...
  7. Working with the Shadow Effect of Shape or Char...

    Learn how to manipulate the shadow effect of shapes or charts using Aspose.Cells for C++....xlsx" ; // Path of output Excel file...outputFilePath = outDir + u "output_out.xlsx" ; // Load your source Excel...

    docs.aspose.com/cells/cpp/working-with-the-shad...
  8. 通过Node.js使用C++处理Shape或Chart的阴影效果|Documentation

    学习如何使用Aspose.Cells for Node.js via C++处理形状或图表的阴影效果。...xlsx" ); // Load your source excel...3 ); // Save the workbook in xlsx format workbook . save ( path...

    docs.aspose.com/cells/zh/nodejs-cpp/working-wit...
  9. 通过C++用JavaScript格式化单元格|Documentation

    学习如何在Aspose.Cells for JavaScript via C++中格式化和样式化单元格,包括数字格式化、日期格式化、字体样式和其他单元格样式选项。我们的指南将帮助你创建漂亮且专业的电子表格。...xlsx,.csv" /> < button id = "runExample"..."fileInput" accept = ".xls,.xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/zh/javascript-cpp/cells-f...
  10. Setting Formula Calculation Mode of Workbook in...

    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" ; // Create a workbook Workbook...Save ( FileName , SaveFormat . Xlsx ); Download Sample Code GitHub...

    docs.aspose.com/cells/net/setting-formula-calcu...