xml - Custom tab Excel -



xml - Custom tab Excel -

i using custom xml editor ms office create new tab add-in.

i've added next code within xlam file:

<customui xmlns="http://schemas.microsoft.com/office/2009/07/customui"> <ribbon startfromscratch="false"> <tabs> <tab id="comdinheiro" label="comdinheiro"> <group id="comdinheirologinbutton" label=" "> <button id="comdinheiro_login" label="login" image="login.png" size="large" onaction="onactionlogin"/> <button id="comdinheiro_configuracoes" label="config" image="config.png" size="large" onaction="onactionconfiguracao"/> <button id="comdinheiro_url_import" label="dados" image="dados.png" size="large" onaction="onactionimportadados"/> <button id="comdinheiro_erro_report" label="suporte" image="support.png" size="large" onaction="onactionsupport"/> </group> </tab> </tabs> </ribbon> </customui>

i don't tab show up. going on?

xml excel

Comments

Popular posts from this blog

python - How to add an model instance to a django queryset? -

Using Android Volley to post an array to PHP -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -