Sort Score
Result 10 results
Languages All
Labels All
Results 1,081 - 1,090 of 19,281 for

worksheet

(0.06 sec)
  1. 拆分工作表单元格|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...
  2. 动态计算或重新计算公式|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 (); //Adding a new worksheet to the Excel object int sheetIndex...sheetIndex = workbook . Worksheets . Add (); //Obtaining the reference...

    docs.aspose.com/cells/zh/net/calculate-or-recal...
  3. Setting Margins|Documentation

    In this article, you will learn how to set the margins of an Excel Worksheet using sample code. You will also learn how to programmatically set the margins for the page centre, the header and footer margins of Page Setup using the Aspose.Cells for Python via .NET API....configure page setup settings for worksheets to control the printing process...Workbook class contains the worksheets collection that allows access...

    docs.aspose.com/cells/python-net/setting-margins/
  4. Limitations and API Differences|Documentation

    Aspose.Cells for PHP via Java limitations and api differences....WorksheetCollection worksheets = workbook . getWorksheets (); Worksheet worksheet...worksheet = worksheets . get ( 0 ); Cell cell = worksheet . getCells...

    docs.aspose.com/cells/php-java/limitations-and-...
  5. Data Binding|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....Binding Feature in Worksheets Binding Worksheet to a DataSet using...using GridWebs Worksheets Designer Creating Hierarchical View Sheet...

    docs.aspose.com/cells/net/data-binding/
  6. 在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....protect_worksheet 方法。 Ruby 代码 def protect_worksheet () data_dir...Accessing the first worksheet in the Excel file worksheets = workbook...

    docs.aspose.com/cells/zh/java/protecting-worksh...
  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....Worksheet.MoveTo(),用于将工作表移动到电子表格中的另...FileName = FilePath + "Move Worksheet.xlsx" ; //Open an existing...

    docs.aspose.com/cells/zh/net/move-worksheets-wi...
  8. How to Filter Blanks or Non-Blanks with C++|Doc...

    Learn how to filter Blanks and non-blanks by using the Aspose.Cells for C++ API....first worksheet in the Excel file Worksheet worksheet = workbook...function to apply the filter // worksheet.GetAutoFilter().MatchBlanks(1);...

    docs.aspose.com/cells/cpp/how-to-filter-blanks-...
  9. 在 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....Accessing the first worksheet in the Excel file worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) # Hiding...

    docs.aspose.com/cells/zh/java/hide-unhide-works...
  10. 在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....//Adding a new worksheet to the Workbook object $worksheets = $workbook...getWorksheets (); $worksheet = $worksheets -> get ( 0 ); //Displaying...

    docs.aspose.com/cells/zh/java/page-break-previe...