I would like to know if there are any ways that allow me to adjust the predefined bounds? Since I think the regular expression that I have inputted is the simplest. OR whether there is any other way to achieve the same result?
I have tried to use formula tools: REGEX_Match([worksheet_OuterXML], "<c.+?</c>"). However, it doesn't match any characters and returns "0" to me. Therefore, it seems that this doesn't work in this case.
Again, thanks all of you for your kind assistance!!
@tamluenwai29 - can you please provide a sample of the string you are trying to parse?
Your probable problem is that you are sending in the wrong .xml file. Can you double check if that .xml pair is in the file you are sending in? open it in notepad.
I mentioned this on another thread regarding this issue --- dealing with formatting of an Excel file is incredibly complicated and time consuming. It is not easy.