Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 17,948 for

worksheet

(0.06 sec)
  1. 在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....保护工作表,请调用 protection 模块的 protect_worksheet 方法。 PHP 代码 //Instantiating...the first worksheet in the Excel file $worksheets = $excel ->...

    docs.aspose.com/cells/zh/java/protecting-worksh...
  2. Set Print Area|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....incorporates all areas of the worksheet that contain data. Developers...specific print area of the worksheet. To select a specific print...

    docs.aspose.com/cells/net/set-print-area/
  3. Advanced Protection Settings since Excel XP|Doc...

    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....you can allow or restrict worksheets features or apply a password...password to the worksheet. Advanced Protection Settings Using Aspose...

    docs.aspose.com/cells/net/advanced-protection-s...
  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....first worksheet in the Excel file Worksheet worksheet = workbook...workbook . Worksheets [ 0 ]; //Set the active cell workbook . Worksheets...

    docs.aspose.com/cells/zh/net/split-cells-in-wor...
  5. Hiding and Showing Rows and Columns in Ruby|Doc...

    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....Accessing the first worksheet in the Excel file worksheet = workbook ...getWorksheets () . get ( 0 ) cells = worksheet . getCells () # Hiding the...

    docs.aspose.com/cells/java/hiding-and-showing-r...
  6. Page Setup and Printing Options|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....and printing options to a worksheet with a few simple lines of...Options First create a simple worksheet in Microsoft Excel. Then apply...

    docs.aspose.com/cells/net/page-setup-and-printi...
  7. 合并单元格|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....//Create a Worksheet and get the first sheet. Worksheet worksheet = wbk...the cells. Cells cells = worksheet . getCells (); //Merge some...

    docs.aspose.com/cells/zh/java/merge-cells/
  8. 用C++读写带有查询表数据源的表格|Documentation

    学习如何用Aspose.Cells for C++读写带有QueryTable为数据源的表格。...// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...(Table) in the worksheet ListObject table = worksheet . GetListObjects...

    docs.aspose.com/cells/zh/cpp/read-and-write-tab...
  9. Get Validation Applied on a Cell with C++|Docum...

    This article shows how to apply validation on a Cell with C++.... Similarly, you can use Worksheet::Validations::GetValidationInCell...Access its first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/get-validation-applie...
  10. Freeze Panes in 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....Accessing the first worksheet in the Excel file worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) # Applying...

    docs.aspose.com/cells/java/freeze-panes-in-python/