The contents of the sharedStrings.xml file in the target xlsx file for crawling are as follows.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<sst xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" count="8" uniqueCount="8"><si><t>月日</t><rPh sb="0" eb="2"><t>ガッピ</t></rPh><phoneticPr fontId="2"/></si><si><t>会社名</t><rPh sb="0" eb="3"><t>カイシャメイ</t></rPh><phoneticPr fontId="2"/></si><si><t>金額</t><rPh sb="0" eb="2"><t>キンガク</t></rPh><phoneticPr fontId="2"/></si><si><t>支払日</t><rPh sb="0" eb="3"><t>シハライビ</t></rPh><phoneticPr fontId="2"/></si><si><t>締日</t><rPh sb="0" eb="2"><t>シメビ</t></rPh><phoneticPr fontId="2"/></si><si><t>S社</t><rPh sb="1" eb="2"><t>シャ</t></rPh><phoneticPr fontId="2"/></si><si><t>A社</t><rPh sb="1" eb="2"><t>シャ</t></rPh><phoneticPr fontId="2"/></si><si><t>B社</t><rPh sb="1" eb="2"><t>シャ</t></rPh><phoneticPr fontId="2"/></si></sst>
What I ultimately want to obtain is the content excluding the tag.
(What i want to do is to remove something like <rPh sb="0" eb="2"><t>キンガク</t></rPh>)
Is there any processing method available? I would appreciate your help very much if you could assist me.
The contents of the sharedStrings.xml file in the target xlsx file for crawling are as follows.
What I ultimately want to obtain is the content excluding the tag.
(What i want to do is to remove something like
<rPh sb="0" eb="2"><t>キンガク</t></rPh>)Is there any processing method available? I would appreciate your help very much if you could assist me.