mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:31:58 +01:00
fixed the xlsx extracting
This commit is contained in:
parent
6a642ba287
commit
f930aacc84
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user