I am writing my school schedule 'parser' to get it from xls to relational database (SQL Server) trough my website. I know how to get data from uploaded xls file but the problem is that some classes cells are merged for couple of groups in a row. Problem is xls saves info about merged cell in document styles.
example :
Is there a way to tell :
that cell is merged ?
how many cells are actually merged (this isn't necessary however, I could estimate this) ?
- maby there is some free library that can provide that info