Sort Score
Result 10 results
Languages All
Labels All
Results 9,361 - 9,370 of 375,798 for

save

(0.17 sec)
  1. 用C++自动调整行列宽|Documentation

    本文展示如何使用Aspose.Cells for C++ API自动调整行、列、合并单元格的行,以及范围内的行。... AutoFitRow ( 1 ); // Save the modified Excel file U16String...u "output.xlsx" ; workbook . Save ( outputFilePath ); std :: cout...

    docs.aspose.com/cells/zh/cpp/autofit-rows-and-c...
  2. 使用Aspose.Cells for JavaScript通过C++创建共享工作簿|Docum...

    学习如何使用Aspose.Cells for JavaScript通过C++创建共享工作簿。...// Save the Shared Workbook const outputData = wb . save ( SaveFormat... Click the download link to save the file.</p>' ; }); </ script...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  3. Java API to Convert DOTX to XLAM or with free O...

    Convert DOTX to XLAM via Java or Online App without using using Microsoft Word or Microsoft Excel or online. Test free DOTX to XLAM online converter quickly before integrating the code....Convert DOTX to HTML by using Save method Load HTML document by...Workbook class Save the document to XLAM format using Save method Conversion...

    products.aspose.com/total/java/conversion/dotx-...
  4. Java API to Convert DOT to XLTM or with free On...

    Convert DOT to XLTM via Java or Online App without using using Microsoft Word or Microsoft Excel or online. Test free DOT to XLTM online converter quickly before integrating the code....Convert DOT to HTML by using Save method Load HTML document by...Workbook class Save the document to XLTM format using Save method Conversion...

    products.aspose.com/total/java/conversion/dot-t...
  5. Java API to Convert ODT to DIF or with free Onl...

    Convert ODT to DIF via Java or Online App without using using Microsoft Word or Microsoft Excel or online. Test free ODT to DIF online converter quickly before integrating the code....Convert ODT to HTML by using Save method Load HTML document by...Workbook class Save the document to DIF format using Save method Conversion...

    products.aspose.com/total/java/conversion/odt-t...
  6. Java API to Convert ODT to XLSM or with free On...

    Convert ODT to XLSM via Java or Online App without using using Microsoft Word or Microsoft Excel or online. Test free ODT to XLSM online converter quickly before integrating the code....Convert ODT to HTML by using Save method Load HTML document by...Workbook class Save the document to XLSM format using Save method Conversion...

    products.aspose.com/total/java/conversion/odt-t...
  7. 在 Ruby 中设置 Visio Shape 的 XForm 数据|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 + "SetShapeXFormData...

    docs.aspose.com/diagram/zh/java/set-visio-shape...
  8. Manage Presentation Tables on Android|Aspose.Sl...

    Create & edit tables in PowerPoint slides with Aspose.Slides for Android. Discover simple Java code examples to streamline your table workflows.... Save the modified presentation. This...Cells" ); // Saves the presentation to Disk pres . save ( "table...

    docs.aspose.com/slides/androidjava/manage-table/
  9. Aspose::Words::Fields::Field::get_DisplayResult...

    Aspose::Words::Fields::Field::get_DisplayResult method. Gets the text that represents the displayed field result in C++....time, // such as right before a save operation, we need to update...get_DisplayResult ()); doc -> Save ( get_ArtifactsDir () + u "Field...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. Inserting Table|Aspose.Words for .NET

    Insert a table into a document and modify it easily and fast instead of using VSTO in C#.... Save (); private void CreateDocumentProper...EndTable (); // Save the document to disk. doc . Save ( "Inserting...

    docs.aspose.com/words/net/inserting-table/