New branch 'feature/ooxml-analyze' available with the following commits: commit d53433ed5f10315e26cb709d6295fc5317c453cb Author: Gülşah Köse <gulsah.k...@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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits