mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 07:30:12 +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){
|
if(strcmp(type, "xlsx") == 0){
|
||||||
extract_opendocument(sdata, state, filename, "xl/worksheets/sheet");
|
extract_opendocument(sdata, state, filename, "xl/sharedStrings.xml");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user