Sort Score
Result 10 results
Languages All
Labels All
Results 9,311 - 9,320 of 310,771 for

save

(0.09 sec)
  1. Support for German Locale in Named Range Formul...

    Learn how to support German locale in named range formulae using Aspose.Cells for Node.js via C++.... save ( sourceFilePath ); const name...setRefersTo ( value ); wbSource . save ( outputFilePath ); Implement...

    docs.aspose.com/cells/nodejs-cpp/support-for-ge...
  2. Read and Write Table with Query Table Data Sour...

    Learn how to read and write tables with QueryTable as a data source using Aspose.Cells for C++....( true ); } // Save the file workbook . Save ( outDir + u "S...xls" ); std :: cout << "File saved successfully." << std :: endl...

    docs.aspose.com/cells/cpp/read-and-write-table-...
  3. 用C++创建联合范围|Documentation

    使用Aspose.Cells在Excel文件中创建联合范围..."ABCD" ); // Save the output workbook workbook . Save ( u "CreateUnionRange_out...range created and workbook saved successfully!" << std :: endl...

    docs.aspose.com/cells/zh/cpp/create-union-range/
  4. Convert JSON to CSV with Node.js via C++|Docume...

    Learn how to convert JSON data to CSV using Aspose.Cells for Node.js via C++....importOptions ); // Save Workbook workbook . save ( outputDir + "SampleJson_out...

    docs.aspose.com/cells/nodejs-cpp/convert-json-t...
  5. 在 Ruby 中更新 Visio 形状文本|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....end i += 1 end \ # Save diagram diagram . save ( data_dir + "UpdateShapeText...

    docs.aspose.com/diagram/zh/java/update-visio-sh...
  6. Merge or Unmerge Range of Cells with C++|Docume...

    Merge and Unmerge Cells in a Range in Excel with C++ code....Merge (); // Save the workbook workbook . Save ( outputPath );...); std :: cout << "Workbook saved successfully!" << std :: endl...

    docs.aspose.com/cells/cpp/merge-or-unmerge-rang...
  7. Disable Exporting Frame Scripts and Document Pr...

    Disable exporting frame scripts and document properties using Aspose.Cells with C++....false ); // Save workbook as HTML workbook . Save ( outDir + u...); std :: cout << "Workbook saved successfully as HTML!" << std...

    docs.aspose.com/cells/cpp/disable-exporting-fra...
  8. Calculation of Excel 2016 MINIFS and MAXIFS fun...

    Learn how to calculate Excel 2016 MINIFS and MAXIFS functions using Aspose.Cells for Python via .NET API with code examples....Cells, then saves the results in the output PDF...workbook . calculate_formula () # Save the calculations result in pdf...

    docs.aspose.com/cells/python-net/calculation-of...
  9. 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....( true ); // Save the excel file workbook . Save ( outputFilePath...std :: cout << "Excel file saved successfully with 1904 date...

    docs.aspose.com/cells/cpp/implement-1904-date-s...
  10. Add a new Layer in the Visio Diagram in Ruby|Do...

    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.... to_s ) \ # Save diagram diagram . save ( data_dir + "AddNewLayer...

    docs.aspose.com/diagram/java/add-a-new-layer-in...