Hello,
phpxlsx includes the following public function in CreateElement class:
public function wordToInt($value)
This method transforms a string position to int starting from 0. It's not exactly the method you are requesting for (it doesn't allow both coordinates) but it can be used to accomplish it.
Regards.