Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 81,375 for

xls

(0.04 sec)
  1. Verify Password of Encrypted Files|Documentation

    Verify the passord of encrypted Excel (Xlsx, Xlsb, Xls, Xlsm) and Open office (ODS) files using CShape codes....Hide ] If Excel (xlsx, xlsb, xls, xlsm) and Open office (ODS)...

    docs.aspose.com/cells/net/verify-password-of-en...
  2. Read and Write Tab Delimited File Format|Docume...

    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....Excel supports many formats like XLS, XLSX, XLSM, XLSB, CSV, tab-delimited...

    docs.aspose.com/cells/cpp/read-and-write-tab-de...
  3. Read and Write Tab Delimited File Format|Docume...

    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....Excel supports many formats like XLS, XLSX, XLSM, XLSB, CSV, tab-delimited...

    docs.aspose.com/cells/go-cpp/read-and-write-tab...
  4. Converting Excel to PDF Files in Python|Documen...

    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....xls" ) #Save the document in PDF...

    docs.aspose.com/cells/java/converting-excel-to-...
  5. Saving Files in PHP|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....xls' )); print "File saved successfully...

    docs.aspose.com/cells/net/saving-files-in-php/
  6. 在Jython中调整行和列的大小|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.... xls ' ) # Accessing the first worksheet...save ( dataDir + "Autofit Row.xls" ) print "Autofit Row Successfully...

    docs.aspose.com/cells/zh/java/autofit-rows-and-...
  7. Hiding and Showing Rows and Columns in Ruby|Doc...

    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....xls' ) # Accessing the first worksheet...data_dir + "Hide Rows And Columns.xls" ) puts "Hide Rows And Columns...

    docs.aspose.com/cells/java/hiding-and-showing-r...
  8. Insert Hyperlinks in Worksheet|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....xls" ); sheet . Cells [ 1 , 0 ]....workbook . Save ( "C:\\book1.xls" ); NPOI - HSSF XSSF - Insert...

    docs.aspose.com/cells/net/insert-hyperlinks-in-...
  9. How to Convert Excel to XPS in C# .NET

    This step by step tutorial shows you how to convert Excel to XPS in C#. It converts Excel to XPS in C# without Microsoft Excel and Interop....class Load input Excel (XLSX or XLS) to be converted to XPS Save...and steps you can also convert XLS to XPS in C# applications and...

    kb.aspose.com/cells/net/how-to-convert-excel-to...
  10. 用C++显示和隐藏网格线及行列标题|Documentation

    本文提供使用C++ API或库通过编程隐藏或显示Excel工作表的网格线、行和列标题的示例代码。...xls),隐藏第一个工作表的网格线,并将修改后的文件另存为output.xls。 #include <iostream>...inputFilePath = srcDir + u "book1.xls" ; // Create workbook from file...

    docs.aspose.com/cells/zh/cpp/show-and-hide-grid...