power2devs / office-developer

Projetos baseado em APIs Office Graph e plataforma Office 365
2 stars 2 forks source link

Add-IN Excel -> CEP (correios) #1

Open bleidi opened 6 years ago

bleidi commented 6 years ago

Criar um add-in para integrar células do Excel com alguma API de CEP dos Correios.

jcserracampos commented 6 years ago

Criei o seguinte projeto: https://github.com/dotnetgoias/enderecos-excel-add-in

Está funcionando a função de consultar o nome da rua com o CEP, só fazer o resto.

Vou montar um material explicando como debbugar depois.

rodrigokono commented 6 years ago

Great! @jcserracampos I think to create a solution with all projects inside, can be better. Just one repo with the same business focus (zip code). What u think!?

jcserracampos commented 6 years ago

@rodrigokono I will add more functionalities like street name and city. I will use the same repository because we can put it in the Office Store and the users only need to install an add-in to use our functions.

I didn't merge here because I want to make a Word add-in and I will not share code with Excel custom functions. So I think we can document here the process and link to the solutions.