fixed the xlsx extracting

This commit is contained in:
SJ 2012-09-26 15:26:59 +02:00
parent 6a642ba287
commit f930aacc84

View File

@ -212,7 +212,7 @@ void extract_attachment_content(struct session_data *sdata, struct _state *state
}
if(strcmp(type, "xlsx") == 0){
extract_opendocument(sdata, state, filename, "xl/worksheets/sheet");
extract_opendocument(sdata, state, filename, "xl/sharedStrings.xml");
return;
}