Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 82,273 for

workbook

(0.07 sec)
  1. 在 PHP 中隐藏和显示行和列|Documentation

    通过 Aspose.Cells for PHP via Java 的 API 学习如何隐藏和显示行和列。...Instantiating a Workbook object by excel file path $workbook = new Workbook...the Excel file $worksheet = $workbook -> getWorksheets () -> get...

    docs.aspose.com/cells/zh/java/hiding-and-showin...
  2. Working With Borders|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....With Borders C# Workbook workbook = new Workbook (); // Creating...Creating a Workbook object workbook . Worksheets . Add (); Worksheet...

    docs.aspose.com/cells/net/working-with-borders/
  3. Draw Timeline while rendering Excel to PDF with...

    Manage timelines of Excel files with Aspose.Cells with C++.... It then saves the workbook as output PDF file . The following...unique_ptr < Workbook > wb = std :: make_unique < Workbook > ( inputFilePath...

    docs.aspose.com/cells/cpp/draw-timeline-while-r...
  4. 插入新工作表|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.... Workbook . GetFirstChild < Sheets >();...and associate it with the workbook. Sheet sheet = new Sheet ()...

    docs.aspose.com/cells/zh/net/insert-a-new-works...
  5. Copying Rows and Columns with Node.js via C++|D...

    This article shows how to copy rows and columns through the Aspose.Cells for Node.js via C++ API....columns within or between workbooks. When a row (or column) is...excelWorkbook1 = new AsposeCells . Workbook ( path . join ( dataDir ,...

    docs.aspose.com/cells/nodejs-cpp/copying-rows-a...
  6. Zoom Factor in 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.... cells import Workbook from com . aspose . cells...WorkingWithWorksheet / ZoomFactor / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/zoom-factor-in-jython/
  7. Hide Unhide Worksheet in 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.... cells import Workbook class HideUnhideWorksheet...HideUnhideWorksheet / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/hide-unhide-workshee...
  8. 操作位置、大小和设计图表的方法(C++)|Documentation

    学习如何使用Aspose.Cells for C++高效操作Microsoft Excel中的位置、大小和设计图表。我们的指南将演示如何调整这些属性以改善布局和可视化效果。...xls" ; // Create workbook Workbook workbook ( inputFilePath );...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/manipulate-positio...
  9. Printing Workbooks in 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....Printing Workbooks in Aspose.Cells Contents [ Hide ] Aspose.Cells...Cells - Printing Workbooks After you finish creating your spreadsheet...

    docs.aspose.com/cells/net/printing-workbooks-in...
  10. Protect and Unprotect|Documentation

    This snippet introduces how to encrypt and decrypt excel files, protect and unprotect the data in excel files using CSharp codes.... Protect and unprotect workbook To prevent other users from...the structure of your Excel workbook with a password. Protect and...

    docs.aspose.com/cells/net/protect-and-unprotect/