Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 92,519 for

xls

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

    Verify the password 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/python-net/verify-passwor...
  2. Read and Write Table with Query Table Data Sour...

    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....this feature also exists for XLS files. The following code snippet...

    docs.aspose.com/cells/python-net/read-and-write...
  3. Read and Write Table with Query Table Data Sour...

    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....this feature also exists for XLS files. The following code snippet...

    docs.aspose.com/cells/net/read-and-write-table-...
  4. 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...
  5. 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-...
  6. 在Python中将Excel转换为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....xls" ) #Save the document in PDF...

    docs.aspose.com/cells/zh/java/converting-excel-...
  7. 使用C++显示和隐藏工作表及标签|Documentation

    本文提供了使用C++ API或库以编程方式显示和隐藏Excel工作表的示例。此外,还介绍了如何显示和隐藏Excel工作簿的标签。...xls" ; // Create workbook from file...outputFilePath = outDir + u "output.out.xls" ; workbook . Save ( outputFilePath...

    docs.aspose.com/cells/zh/cpp/show-and-hide-work...
  8. 通过 C++ 在 Node.js 中实现工作表视图|Documentation

    本文将介绍如何使用 Node.js 和相关 API 来与 Excel 工作簿和工作表的分页预览交互,还包括拆分窗格、冻结窗格和缩放比例的操作。...xls文件。通过将 Worksheet.isPageBreakPreview()...,将视图切换为页面分页预览第一个工作表。修改后的文件被保存为output.xls。 const path = require ( "path"...

    docs.aspose.com/cells/zh/nodejs-cpp/worksheet-v...
  9. 在Ruby中隐藏和显示行和列|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...data_dir + "Hide Rows And Columns.xls" ) puts "Hide Rows And Columns...

    docs.aspose.com/cells/zh/java/hiding-and-showin...
  10. Unprotect a Worksheet with C++|Documentation

    Learn how to unprotect a worksheet using Aspose.Cells for C++....xls" ; // Path of output Excel file...outputFilePath = outDir + u "output.xls" ; // Create a Workbook object...

    docs.aspose.com/cells/cpp/unprotect-a-worksheet/