* Export links should appear on nodes that contain CCK sheet fields. Resulting spreadsheet file should contain one worksheet per field delta.
* Importing files into CCK sheet fields should be supported, although the UI for importing should be reviewed to account for the explosion in possible combinations.

Comments

infojunkie’s picture

Component: CCK field » Core
Issue summary: View changes
Status: Active » Closed (fixed)

Implemented in D7.

robertgarrigos’s picture

Version: 6.x-1.x-dev » 7.x-2.x-dev
Category: Task » Support request

HI, I'm opening this and changing it to a support request because I cannot find the way to import a sheet file into a sheetnode field although you said it has been included in D7. I'm using v.2 of sheetnode and PHPExcel. Everything else seems to work properly.

thanks for your help.

robertgarrigos’s picture

Status: Closed (fixed) » Active
robertgarrigos’s picture

Version: 7.x-2.x-dev » 7.x-2.0-alpha1

I'm actually using 7.x-2.0-alpha1

willhallonline’s picture

If you have installed PHPExcel (version 1.7.8 should work) and installed the sheetnode PHPExcel module, you should have an option to create sheetnode from excel file import. Can you install the module and check that you have the PHPExcel library running? If you install the library into the sites/all/libraries/phpexcel directory it is probably best for finding it.

I am looking at doing some more work on this soon to make it easier to install and use in general.