Columns column: All rows on the rows Worksheet

Source: Internet
Author: User
Columns

The model column is not displayed by default. Click columns> model to display the model column ....


Column

Columns column... 118 Valley round comment: translation platform (text/Valley)


First column

All rows in the rows worksheet... Columns (1) first column... columns ("A") First Column


All columns on the worksheet

Columns ("A") first column... all columns on the columns Worksheet

Example related to columns
  1. A court enclosed by columns.

    The hall surrounded by pillars in the atrium of the bar

  2. Constructed with or having columns.

    Of or composed of columns.

  3. Having columns on all sides.

    There are columns on all sides.

  4. Not having columns or pilasters.

    Pillar-less or wall-column-less

  5. These columns sustain the arches.

    These columns support the arch.

  6. The troops formed into columns.

    The soldiers lined up.

  7. A row of evenly spaced columns.

    It is usually a column of Columns with the same distance.

  8. Cut a furrow into a columns.

    Open a trench in the cylinder.

  9. (Architecture) lacking columns or pillars.

    (Architecture) lacks a cylindrical or column.

  10. Afford me the hospitality of your columns.

    Please use it in your magazine.

 

--------------------

Import java. Io .*;
Import jxl .*;

Public class readxls {
Public static void main (string ARGs []) {
Try {
Workbook book = Workbook. getworkbook (new file ("D:/3.xls "));
// Obtain the first worksheet object
Sheet sheet = book. getsheet (0 );
// Obtain the cell in the first column
For (INT I = 0, j = 0; I <sheet. getcolumns (); I ++ ){
Cell cell1 = sheet. getcell (I, 0 );
String result = cell1.getcontents ();
System. Out. println (result );
}
Book. Close ();
} Catch (exception e ){
System. Out. println (E );
}
}
}

Java reads the content of a row in Excel.

--------------------------

Jxl. jar and description

Http://download.csdn.net/source/534250

Http://www.ibm.com/developerworks/cn/java/l-javaExcel/index.html

Http://baike.baidu.com/view/1327707.html

Http://yuanyuan7891.javaeye.com/blog/656388

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.