Quantcast
Channel: StackExchange Replication Questions
Viewing all articles
Browse latest Browse all 17268

Replicating Excel 2007 file info to SQL Server

$
0
0

I want to build an Excel info database: I mean I want to store cells info into a table as follows:

 TableExcelInfo(ID BIGINT,
                Column VARCHAR(10),
                Row VARCHAR(10),
                VALUE VARCHAR(MAX),
                CELL_VALUE_TYPE VARCHAR(20),
                SHEET_NAME)

CELL_VALUE_TYPE can be 'Scalar','FORMULA', 'CONSTANT' or 'NULL'. For example I can store (14,'A','8','=IF(A2<>1,1,0)','Formula','sheet3$')

I don't want to do this manually because my Excel file has 214 sheets and many columns/rows. Is there a tool that can help me import these info to my SQL Server table?

How can I extract cells info from a provided Excel file path?

Found this tool but it doesn't work with my Excel 2007


Viewing all articles
Browse latest Browse all 17268

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>