Problem loading csv in neo4j

I have csv file in which suppose there are 3 spreadsheets sheet1,sheet2,sheet3. How can i import specific spreadsheet ,lets say sheet2 into neo4j?

A csv file does not have multiple sheets. I guess you're talking about an excel file.

You can either export each sheet into a separate excel file or use APOC's Neo4j APOC Procedures User Guide