I'd like to get the height and width of a cell based on the cell contents. Is there anyway to get a reference to the cell and then get the dimensions of it?
My app allows someone to upload a template and then based on template contents, get the cell height and width so I can generate a barcode image that is the same size as the cell. Using other libraries, I've been able to get the cell height and width but not sure if there is a way to do it with phpdocx.
Thanks