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

worksheet

(0.12 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....//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/
  2. 使用 C++ 验证用于保护工作表的密码|Documentation

    了解如何使用 Aspose.Cells for C++ 验证用于保护工作表的密码。...的实例进行指定,并验证是否已经使用相同的密码来保护 Worksheet 。 如果指定的密码与用于保护工作表的密码匹配, Protection...Access the protected Worksheet Worksheet sheet = book . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/verify-password-us...
  3. 用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...
  4. Freeze Panes 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....the first worksheet in the Excel file $worksheets = $workbook...getWorksheets (); $worksheet = $worksheets -> get ( 0 ); //Applying...

    docs.aspose.com/cells/java/freeze-panes-in-php/
  5. Aspose Cells Copying the Empty rows while rplac...

    Hello Team, input_outputdoc.zip (133.0 KB) Excel_Word_Doc.zip (763.2 KB) I am replacing excel sheet data in word at that time Aspose cells are considering few rows at the end of the table which doesn’t have the data, …...eliminate any blank rows in your worksheet, ensuring that only rows with...first worksheet Worksheet worksheet = workbook.Worksheets[0]; //...

    forum.aspose.com/t/aspose-cells-copying-the-emp...
  6. 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...
  7. 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/
  8. 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...
  9. 在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...
  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/