Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 94,723 for

xls

(1.03 sec)
  1. Opening 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" ); Opening through Stream Sometimes...FileInputStream ( $dataDir . "Book2.xls" ); // Creating a Workbook object...

    docs.aspose.com/cells/java/opening-files-in-php/
  2. 使用JavaScript通过C++将文件保存到响应对象|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++动态生成文件并直接发送到客户端浏览器。...xls/.xlsx 或其他扩展名相关联的应用程序中打开的选项。 该枚举包含以下预定义的保存类型:...该枚举包含以下预定义的保存类型: 类型 描述 附件 将电子表格发送到浏览器,并作为与.xls/.xlsx或其他扩展名相关联的附件在应用程序中打开 内置...

    docs.aspose.com/cells/zh/javascript-cpp/saving-...
  3. 使用 C++ 检查工作簿是否包含隐藏的外部链接|Documentation

    学习如何使用 Aspose.Cells for C++检测Excel工作簿中的隐藏外部链接。... xls Is Referred : True Is Visible...\ MAY TEMPLATES \ 030601t . xls Is Referred : True Is Visible...

    docs.aspose.com/cells/zh/cpp/check-if-workbook-...
  4. 检查工作簿是否包含隐藏的外部链接,使用Node.js和C++|Documentation

    学习如何使用Aspose.Cells for Node.js via C++检查工作簿是否包含隐藏的外部链接。... xls Is Referred : True Is Visible...\ MAY TEMPLATES \ 030601t . xls Is Referred : True Is Visible...

    docs.aspose.com/cells/zh/nodejs-cpp/check-if-wo...
  5. 在VSTO和Aspose.Cells中向工作簿中添加新工作表并激活工作表|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" ; //Open the excel file. excelApp...ActiveWorkbook . SaveCopyAs ( "out_Book1.xls" ); //Quit the Application. excelApp...

    docs.aspose.com/cells/zh/net/adding-new-workshe...
  6. Adding HTML Rich Text inside the Cell|Documenta...

    Learn how to add HTML Rich Text inside the Cell and multiple styles within a single cell through the Aspose.Cells for .NET API....Microsoft Excel‑oriented HTML into XLS/XLSX format. This means that...Excel can be converted back to XLS/XLSX format using Aspose.Cells...

    docs.aspose.com/cells/net/adding-html-rich-text...
  7. 在 Aspose.Cells 中显示或隐藏网格线|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 文件包含三个工作表:Sheet1、Sheet2 和 Sheet3。所有工作表都有网格线。...Sheet3。所有工作表都有网格线。 Book1.xls: 修改前的工作表视图 使用 Workbook 类打开 Book1.xls 文件,并将第一个工作表上的网格线隐藏。...

    docs.aspose.com/cells/zh/net/display-or-hide-gr...
  8. 在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' ) 通过流打开 有时,要打开的Excel文件存储为流。在这种情况下,使用...sysopen ( @data_dir + 'Book1.xls' ) workbook = Rjb :: import (...

    docs.aspose.com/cells/zh/java/opening-files-in-...
  9. 在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' )); $XOR = $ptr -> New ( "Aspose...$dataDir . "/encryptedoutBook1.xls" )); print "Completed." . PHP_EOL...

    docs.aspose.com/cells/zh/net/encrypting-files-i...
  10. 通过 Node.js 以 C++ 合并文件|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 和 Book2.xls。这些文件仅包含格式化数据和公式。 **CellsHelper...path . join ( dataDir , "book1.xls" ); files [ 1 ] = path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/merge-files/