Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 94,631 for

xls

(0.26 sec)
  1. Inserting and Deleting Rows and Columns in Ruby...

    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 ( data_dir + "Insert Row.xls" ) puts "Insert Row Successfully...

    docs.aspose.com/cells/java/inserting-and-deleti...
  2. 在 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...save ( data_dir + "Insert Row.xls" ) puts "Insert Row Successfully...

    docs.aspose.com/cells/zh/java/inserting-and-del...
  3. Worksheet Views with Node.js via C++|Documentation

    This article will describe how to use Node.js and the Node.js API to interact with the page break preview of an Excel workbook and worksheets. Work with split panes, frozen panes, and zoom factor as well....xls file is opened by creating an...modified file is saved as output.xls. const path = require ( "path"...

    docs.aspose.com/cells/nodejs-cpp/worksheet-views/
  4. Applying themes to Charts - Free Support Forum ...

    How would I go about adding theme to a chart? The only information I've found regarding chart formatting is changing the ChartArea.Area methods (Background, Foreground, FillFormat, etc). Is it possible to get themes app…...- Actual and expected output xls/xlsx files, you can create these...file I have been generating is xls. Here is the test case I generated:...

    forum.aspose.com/t/applying-themes-to-charts/10...
  5. 在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" ) puts "Sheet added successfully...sysopen ( @data_dir + 'book1.xls' , "w" ) # Instantiating a Workbook...

    docs.aspose.com/cells/zh/java/managing-workshee...
  6. Saving File to Response Object with Python.NET|...

    Learn how to save Excel files directly to HTTP response streams using Aspose.Cells for Python via .NET....Saving File to Response Stream XLS Files import os from aspose.cells...not None : # Save in Excel2003 XLS format save_options = XlsSaveOptions...

    docs.aspose.com/cells/python-net/saving-file-to...
  7. Can aspose convert mht to excel including formu...

    can aspose convert mht to excel including formula? In a cell, we want to do some simple forumla like: =IF(1.1=0,“zero”,“non-zero”)...files to Excel formats (XLSX, XLS, etc.). How do you set formula...api to convert the mht file to xls format. The result output file...

    forum.aspose.com/t/can-aspose-convert-mht-to-ex...
  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' ) # Retrieve a list of all custom...) . new ( data_dir + 'Book1.xls' ) # Retrieve a list of all custom...

    docs.aspose.com/cells/zh/java/managing-document...
  9. Merge Files|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 and Book2.xls. The files contain formatted...

    docs.aspose.com/cells/net/merge-files/
  10. Hide and Unhide Worksheets in a Workbook in VST...

    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...path. string myPath = "Book1.xls" ; //Open the Excel file. workbook...

    docs.aspose.com/cells/net/hide-and-unhide-works...