#!/usr/bin/env python # ~ Is de sum of: # ~ https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star_1_1sheet_1_1CellFlags.html from com.sun.star.sheet import CellFlags ONLY_DATA = 31 ALL = 1023