Topic #473 - ExcelConfiguration not ignoring empty rows and columns
----------------------------------------------------------------------------
Author:     rustagimukesh
Created:    05/03/14 22:56:00
Moderators: kasper
----------------------------------------------------------------------------

Hi,

This is Mukesh Rustagi from India. I am doing a PoC for a small validation 
utility on Excel sheet and found this MetaModel project quite interesting.

I am not able to create a data context which ignores the empty rows and columns.

The code I have written is 

ExcelConfiguration excelConfig = new ExcelConfiguration(14, true, true);
DataContext dataContext = new ExcelDataContext(new File(filePath), excelConfig);



DataContext dataContext = DataContextFactory.createExcelDataContext( new File( 
filePath ), excelConfig );
        
Neither of the two methods for creating data context are ignoring empty rows. 

Can you please help me here to resolve this issue.

Regards
Mukesh Rustagi

--
Topic URL: <http://eobjects.org/trac/discussion/topic/473>
eobjects <http://eobjects.org/trac>
The eobjects project management system, based on the trac system.

-- 
You received this message because you are subscribed to the Google Groups 
"DataCleaner-notify" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/datacleaner-notify.
For more options, visit https://groups.google.com/d/optout.

Reply via email to