Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 22,512 for

loadoptions

(0.09 sec)
  1. How to Open Password Protected Excel File in Java

    This article encompassess information on how to open password protected Excel file in Java. By using Java open Excel file with password with the help of a few lines of code provided in this article....Create an instance of the LoadOptions class object to use the password...Workbook class object using the LoadOptions object with a password The...

    kb.aspose.com/cells/java/how-to-open-password-p...
  2. How to Convert XLS to XLSX in C#

    This short tutorial describes how to convert XLS to XLSX in C#. To convert XLS to XLSX C# code and detailed steps are shared to accomplish the task with minimum effort....manager Instantiate the LoadOptions class object to control the...the XLS file Configure the LoadOptions class object before loading...

    kb.aspose.com/cells/net/how-to-convert-xls-to-x...
  3. Create Excel Charts and Embed Them in Presentat...

    Create Excel charts and embed them as OLE objects in PowerPoint and OpenDocument presentations with Java. Step-by-step guide with code samples....EXCEL_97_TO_2003 LoadOptions object. com . aspose . cells . LoadOptions loadOptions...new com . aspose . cells . LoadOptions ( com . aspose . cells ....

    docs.aspose.com/slides/java/creating-excel-char...
  4. 使用C++加密和解密ODS文件|Documentation

    使用纯C++库Aspose.Cells for C++对ODS文件进行密码保护和加密。...C++解密ODS文件 对于解密ODS文件,加载文件时在 LoadOptions.GetPassword() 属性中提供密码。一旦加载完成,将...encrypted ODS file LoadOptions loadOptions ( LoadFormat :: Ods...

    docs.aspose.com/cells/zh/cpp/encrypt-and-decryp...
  5. Aspose.PSD for .NET 19.11 - Release Notes|Docum...

    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....psd" ; var loadOptions = new PsdLoadOptions () {...Image . Load ( sourceFile , loadOptions )) { var layer = image ....

    docs.aspose.com/psd/net/aspose-psd-for-net-19-1...
  6. Conversion from Word to Excel using Python

    Follow this article for conversion from Word to Excel using Python. It has all the details to set the IDE, a list of steps, and a sample code for writing a simple Word DOC to Excel converter using Python....Create an instance of the LoadOptions class for defining the input...Declare and initialize the LoadOptions object with the LoadFormat...

    kb.aspose.com/words/python/conversion-from-word...
  7. 使用C++通过JavaScript将CSV转换为JSON|Documentation

    使用C++ API和易用的Aspose.Cells for JavaScript将CSV文件转换为JSON。..."text/javascript" > const { Workbook , LoadOptions , LoadFormat , JsonSaveOptions...arrayBuffer (); const loadOptions = new LoadOptions ( LoadFormat . Csv...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  8. Aspose.Cells 8.8.0中的公共API更改|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....html ); HTMLLoadOptions loadOptions = new Aspose . Cells . HTMLLoadOptions...HTMLLoadOptions ( LoadFormat . Html ); loadOptions . KeepPrecision = true ;...

    docs.aspose.com/cells/zh/net/public-api-changes...
  9. Save Email Message As PDF|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....Word document LoadOptions lo = new LoadOptions (); lo . setLoadFormat...

    docs.aspose.com/email/java/save-email-message-a...
  10. Aspose::Words::Saving::OoxmlSaveOptions::get_Pa...

    Aspose::Words::Saving::OoxmlSaveOptions::get_Password method. Gets/sets a password to encrypt document using ECMA376 Standard encryption algorithm in C++....the correct password in a LoadOptions object. doc = System :: MakeObject...Aspose :: Words :: Loading :: LoadOptions > ( u "MyPassword" )); ASSERT_EQ...

    reference.aspose.com/words/cpp/aspose.words.sav...