[Libreoffice-commits] core.git: Changes to 'feature/ooxml-analyze'
GülÅah Köse (via logerrit)
logerrit at kemper.freedesktop.org
Mon May 24 07:49:48 UTC 2021
New branch 'feature/ooxml-analyze' available with the following commits:
commit d53433ed5f10315e26cb709d6295fc5317c453cb
Author: Gülşah Köse <gulsah.kose at collabora.com>
Date: Mon May 24 01:05:37 2021 +0300
Inital commit of ooxml analyze tool
* Reads input ooxml files given by the user
* Extracts the files into output directory given by user
* Counts tags, attributes, and values.
* Holds the result in result_list structure.
result list is a list that contains a nested list for each tag
Each list holds four dictionaries,
- first one for tags and counts
- second one for attributes and counts,
- third one for values and counts
- last one for the plain texts between tags
* Prints to result list.
* As an option it can skip extract step and read extracted files
path from the user.
Change-Id: I2d942984cad118fc479c5b04acf8b8a72c519807
More information about the Libreoffice-commits
mailing list