Hello,
Always the same thing, This is my output :
aaaaaaaaaCase No
aaaaaaaaaRelated Function
aaaaaaaaaCase ID
aaaaaaaaaPath
aaaaaaaaaCase Description
aaaaaaaaaStep Description
aaaaaaaaaSteps to produce
aaaaaaaaaExpected Output
aaaaaaaaaPriority
aaaaaaaaaAffect
aaaaaaaaa
aaaaaaaaa1.0
aaaaaaaaaFNC_ECMS_WKF_PUB_01
aaaaaaaaa1.0
aaaaaaaaaContent Management \ Business Process Center
aaaaaaaaaCreate 
aaaaaaaaaStep 1: Select
aaaaaaaaa- Log in system
aaaaaaaaa
aaaaaaaaaHigh
aaaaaaaaa
aaaaaaaaa
aaaaaaaaa
aaaaaaaaaFNC_ECMS_WKF_PUB_01
aaaaaaaaa1.0
aaaaaaaaaContent Management \ Business Process Center
aaaaaaaaaCreate 
aaaaaaaaaStep 2: Create new documents
aaaaaaaaa- Select  tab
aaaaaaaaa- Create document or upload file successfully
aaaaaaaaaHigh
aaaaaaaaa
aaaaaaaaa
aaaaaaaaa2.0
aaaaaaaaaFNC_ECMS_WKF_PUB_01
aaaaaaaaa2.0
aaaaaaaaaContent Management \ Business Process Center
aaaaaaaaaCheck assign task
aaaaaaaaaStep 1: Create node (document or upload file) in Validation 
Requests Documents Center drive
aaaaaaaaaCreate document or upload file in Validation Requests Documents 
Center drive
aaaaaaaaa- Create document or upload file successfully
aaaaaaaaaHigh
aaaaaaaaa
aaaaaaaaa
aaaaaaaaa
aaaaaaaaaFNC_ECMS_WKF_PUB_01
aaaaaaaaa2.0
aaaaaaaaaContent Management \ Business Process Center
aaaaaaaaaCheck assign task
aaaaaaaaaStep 2: Check assigned task
aaaaaaaaa- Login by user is in validator:/platform/administrators
aaaaaaaaaAll assigned tasks are displayed
aaaaaaaaaHigh
aaaaaaaaa
aaaaaaaaa
aaaaaaaaa3.0
aaaaaaaaaFNC_ECMS_WKF_PUB_01
aaaaaaaaa3.0
aaaaaaaaaContent Management \ Business Process Center
aaaaaaaaaView content of assigned task
aaaaaaaaaStep 1: Create node (document or upload file) in Validation 
Requests Documents Center drive
aaaaaaaaaCreate document or upload file in Validation Requests Documents 
Center drive
aaaaaaaaa- Create document or upload file successfully
aaaaaaaaaHigh
aaaaaaaaa
aaaaaaaaa
aaaaaaaaa
aaaaaaaaaFNC_ECMS_WKF_PUB_01
aaaaaaaaa3.0
aaaaaaaaaContent Management \ Business Process Center
aaaaaaaaaView content of assigned task
aaaaaaaaaStep 2: Show form to manage task
aaaaaaaaa- Login by user is in validator:/platform/administrators
aaaaaaaaa- 'Task manager' form appears 
aaaaaaaaaHigh
aaaaaaaaa
aaaaaaaaa
aaaaaaaaa
aaaaaaaaaFNC_ECMS_WKF_PUB_01
aaaaaaaaa3.0
aaaaaaaaaContent Management \ Business Process Center
aaaaaaaaaView content of assigned task
aaaaaaaaaStep 3: View content of assigned task
aaaaaaaaa- Select 'View content' tab
aaaaaaaaaThe content of task is shown
aaaaaaaaaHigh
aaaaaaaaa
aaaaaaaaa
aaaaaaaaa4.0
aaaaaaaaaFNC_ECMS_WKF_PUB_02
aaaaaaaaa1.0
aaaaaaaaaContent Management \ Business Process Center
aaaaaaaaaApprove a task when Publication Starts time is equal current time
aaaaaaaaaStep 1: Create node (document or upload file) in Validation 
Requests Documents Center drive
aaaaaaaaaCreate document or upload file in Validation Requests Documents 
Center drive
aaaaaaaaa- Create document or upload file successfully
aaaaaaaaaHigh
aaaaaaaaa
aaaaaaaaa
aaaaaaaaa
aaaaaaaaaFNC_ECMS_WKF_PUB_02
aaaaaaaaa1.0
aaaaaaaaaContent Management \ Business Process Center
aaaaaaaaaApprove a task when Publication Starts time is equal current time
aaaaaaaaaStep 2: Show form to manage task
aaaaaaaaa- Login by user is in validator:/platform/administrators
aaaaaaaaa- 'Task manager' form appears 
aaaaaaaaaHigh
aaaaaaaaa
aaaaaaaaa
aaaaaaaaa
aaaaaaaaaFNC_ECMS_WKF_PUB_02
aaaaaaaaa1.0
aaaaaaaaaContent Management \ Business Process Center
aaaaaaaaaApprove a task when Publication Starts time is equal current time
aaaaaaaaaStep 3: Approve task
aaaaaaaaa- Select 'Task' tab
aaaaaaaaa- This document is moved from Validation Requests Documents Center 
Drive to Live Documents Center drive 
aaaaaaaaaHigh
aaaaaaaaa
aaaaaaaaa
aaaaaaaaa5.0
aaaaaaaaaFNC_ECMS_WKF_PUB_02
aaaaaaaaa2.0
aaaaaaaaaContent Management \ Business Process Center
aaaaaaaaaApprove a task when Publication start time is equal to Publication 
Ends time 
aaaaaaaaaStep 1: Create node (document or upload file) in Validation 
Requests Documents Center drive
aaaaaaaaaCreate document or upload file in Validation Requests Documents 
Center drive
aaaaaaaaa- Create document or upload file successfully
aaaaaaaaaHigh
aaaaaaaaa
aaaaaaaaa
aaaaaaaaa
aaaaaaaaaFNC_ECMS_WKF_PUB_02
aaaaaaaaa2.0
aaaaaaaaaContent Management \ Business Process Center
aaaaaaaaaApprove a task when Publication start time is equal to Publication 
Ends time 
aaaaaaaaaStep 2: Show form to manage task
aaaaaaaaa- Login by user is in validator:/platform/administrators
aaaaaaaaa- 'Task manager' form appears 
aaaaaaaaaHigh
aaaaaaaaa
aaaaaaaaa
aaaaaaaaa
aaaaaaaaaFNC_ECMS_WKF_PUB_02
aaaaaaaaa2.0
aaaaaaaaaContent Management \ Business Process Center
aaaaaaaaaApprove a task when Publication start time is equal to Publication 
Ends time 
aaaaaaaaaStep 3: Approve task
aaaaaaaaa- Select 'Task' tab
aaaaaaaaa- The process in content-validation is finished
aaaaaaaaaHigh
aaaaaaaaa
aaaaaaaaa
aaaaaaaaa6.0
aaaaaaaaaFNC_ECMS_WKF_PUB_02
aaaaaaaaa3.0
aaaaaaaaaContent Management \ Business Process Center
aaaaaaaaaApprove a task when Publication starts time is less than current 
time
aaaaaaaaaStep 1: Create node (document or upload file) in Validation 
Requests Documents Center drive
aaaaaaaaaCreate document or upload file in Validation Requests Documents 
Center drive
aaaaaaaaa- Create document or upload file successfully
aaaaaaaaaHigh
aaaaaaaaa
aaaaaaaaa




As you can see only multi-lines cell are not all displayed!
Have you modified the "exemple.ods" file before run the test?

On Friday, May 4, 2012 12:40:31 PM UTC+1, gammoudi neji wrote:
>
> Hello,
> I have a method which read all records from an input .ods file, It works 
> well especially for multi-line cell.
> For multi-line cell i get only the first line and not all the content.
> This is my code:
>  sheet = SpreadSheet.createFromFile(file).getSheet(2);
>
>                  //Iterating through each row of the selected sheet
>                  MutableCell cell = null;
>
>                  for(int nRowIndex = 5; nRowIndex < 20; nRowIndex++)
>                  {              
>                    //Iterating through each column
>             
>                    for(  int nColIndex = 0;nColIndex < 11; nColIndex++)
>                    {
>                      cell = sheet.getCellAt(nColIndex, nRowIndex);
>                  
> //                     cell.setValue(obj)
>                      
> excelData[nRowIndex][nColIndex]=cell.getValue().toString();        
>                      
>                      excelData[5][10]=component;
>                      
> System.out.println("aaaaaaaaa"+cell.getValue().toString());
>                      
>                     }
>
>                   } 
>
>
> How can do with multiples line? someone has an idea please?
>
>
On Friday, May 4, 2012 12:40:31 PM UTC+1, gammoudi neji wrote:
>
> Hello,
> I have a method which read all records from an input .ods file, It works 
> well especially for multi-line cell.
> For multi-line cell i get only the first line and not all the content.
> This is my code:
>  sheet = SpreadSheet.createFromFile(file).getSheet(2);
>
>                  //Iterating through each row of the selected sheet
>                  MutableCell cell = null;
>
>                  for(int nRowIndex = 5; nRowIndex < 20; nRowIndex++)
>                  {              
>                    //Iterating through each column
>             
>                    for(  int nColIndex = 0;nColIndex < 11; nColIndex++)
>                    {
>                      cell = sheet.getCellAt(nColIndex, nRowIndex);
>                  
> //                     cell.setValue(obj)
>                      
> excelData[nRowIndex][nColIndex]=cell.getValue().toString();        
>                      
>                      excelData[5][10]=component;
>                      
> System.out.println("aaaaaaaaa"+cell.getValue().toString());
>                      
>                     }
>
>                   } 
>
>
> How can do with multiples line? someone has an idea please?
>
>
On Friday, May 4, 2012 12:40:31 PM UTC+1, gammoudi neji wrote:
>
> Hello,
> I have a method which read all records from an input .ods file, It works 
> well especially for multi-line cell.
> For multi-line cell i get only the first line and not all the content.
> This is my code:
>  sheet = SpreadSheet.createFromFile(file).getSheet(2);
>
>                  //Iterating through each row of the selected sheet
>                  MutableCell cell = null;
>
>                  for(int nRowIndex = 5; nRowIndex < 20; nRowIndex++)
>                  {              
>                    //Iterating through each column
>             
>                    for(  int nColIndex = 0;nColIndex < 11; nColIndex++)
>                    {
>                      cell = sheet.getCellAt(nColIndex, nRowIndex);
>                  
> //                     cell.setValue(obj)
>                      
> excelData[nRowIndex][nColIndex]=cell.getValue().toString();        
>                      
>                      excelData[5][10]=component;
>                      
> System.out.println("aaaaaaaaa"+cell.getValue().toString());
>                      
>                     }
>
>                   } 
>
>
> How can do with multiples line? someone has an idea please?
>
>

Reply via email to