Posts by Carlos Henrique • 21 points
4 posts
-
-1
votes2
answers561
viewsA: IMPORTHTML in Google Sheets with error
To use Xpath as you mentioned, you need to use IMPORTXML instead of IMPORTHTML. Example: =IMPORTXML("https://en.wikipedia.org/wiki/Moon_landing"; "//a/@href") Reference:…
-
1
votes0
answers57
viewsQ: Doubt Apache POI
How many drop-down lists apache poi/excel 2016 supports ? I ask this, because I am working with a code that dynamically generates a spreadsheet with several dynamic lists, which depending on the…
-
0
votes1
answer160
viewsQ: PLSQL - Query between tables
Hello, I would like suggestions on how to perform a query between two tables (Person and Person Permissions), where we have the table Person (person, name), the table Permissions(Permission_id,…
-
0
votes1
answer1180
viewsQ: Effect on navbar bootstrap
People would like to know how I do this animation of the header of this site https://blackrockdigital.github.io/startbootstrap-agency/ the effect of when I scroll down the page the header changes in…