Excelシート内のテキストボックスのタグをテキストに置換する方法をGo言語とC++を経由して学ぶ

可能な使用シナリオ

Text boxes can have tags which can be replaced with some text at run time to configure them according to the requirement. Tags can be some labels enclosed in angle brackets ‘<’ and ‘>’. There can be multiple tags within a single textbox.

サンプルコード

以下のサンプルコードは、タグTAG_1とTAG_2をそれぞれ’ys’と'1’というテキストで置き換えます。以下のリンクから、下記コードのテスト用サンプルファイルをダウンロードできます。

sampleReplaceTagWithText.xlsx