Forum


Replies: 1   Views: 189
Conversion of numeric cell coordinates to excel style coordinates
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpxlsx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpxlsx version and check the Documentation available.

Posted by admin  · 03-02-2023 - 12:47

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.