mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 12:47:03 +02:00
fixed the xlsx extracting
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user