Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 92,968 for

xls

(0.1 sec)
  1. Show and Hide Rows, Columns, and Scroll Bars wi...

    This article demonstrates how to programmatically display and hide Excel worksheet rows and columns using the C++ language and the Aspose.Cells API. The visibility of scroll bars can be adjusted, and several rows and columns can be hidden....xls" ; // Path of output Excel file...outputFilePath = outDir + u "output.xls" ; // Create workbook Workbook...

    docs.aspose.com/cells/cpp/show-and-hide-rows-co...
  2. Copying and Moving Worksheets with JavaScript v...

    This article includes sample code and describes how to copy and move worksheets programmatically both within an Excel workbook and across Excel workbooks using the JavaScript via C++ API....xls,.xlsx,.csv" /> < button id =...download = 'CopyWithinWorkbook_out.xls' ; downloadLink . style . display...

    docs.aspose.com/cells/javascript-cpp/copying-an...
  3. Python中复制和移动工作表|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" ) \# Create a Worksheets object.... dataDir + "Copy Worksheet.xls" ) print "Copy worksheet, please...

    docs.aspose.com/cells/zh/java/copying-and-movin...
  4. Adjusting Row Height and Column Width in Python...

    Use Python Excel API to create Excel files in Python. Adjust row height and column width in XlsX or Xls in your Python applications without MS Office....xls' ) \ # Accessing the first worksheet.... dataDir + "Set Row Height.xls" ) print "Set Row Height Successfully...

    docs.aspose.com/cells/java/adjusting-row-height...
  5. Adjusting Row Height and Column Width in PHP|Do...

    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...( $dataDir . "Set Row Height.xls" ); print "Set Row Height Successfully...

    docs.aspose.com/cells/java/adjusting-row-height...
  6. Add or Insert a Worksheet|Documentation

    This article introduces how to add or insert worksheets in GridDesktop....IMPORTANT: Microsoft Excel (97-2003 XLS) supports worksheets with up...columns can be saved to an Excel XLS file using Aspose.Cells.GridDesktop...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  7. Encrypting Excel Files in Aspose.Cells|Document...

    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" ); // Specify XOR encryption...workbook . Save ( "encryptedBook1.xls" ); Download Running Code GitHub...

    docs.aspose.com/cells/net/encrypting-excel-file...
  8. Supported File Formats|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....Format Description Load Save XLS Saves the document in the Microsoft...

    docs.aspose.com/cells/jasperreports/supported-f...
  9. 用 JavaScript 通过 C++ 保护和取消保护工作簿结构|Documentation

    使用 C++ 通过 JavaScript 保护和解除保护Excel文件的工作簿结构。...xls,.xlsx,.csv" /> < button id =...id = "fileInput" accept = ".xls,.xlsx,.csv" /> < button id =...

    docs.aspose.com/cells/zh/javascript-cpp/protect...
  10. 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' )); $worksheets = $ptr -> Get...

    docs.aspose.com/cells/net/opening-files-in-php/