This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | name: PRODUCTO VECTORIAL V1.0 | |
| description: CALCULA EL PRODUCTO VECTORIAL | |
| host: EXCEL | |
| api_set: {} | |
| script: | |
| content: | | |
| $("#run").click(() => tryCatch(run)); | |
| async function run() { | |
| await Excel.run(async (context) => { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | name: ResalFilaColumna | |
| description: >- | |
| Registers an event handler that runs when a single-click event occurs in the | |
| current worksheet. | |
| host: EXCEL | |
| api_set: {} | |
| script: | |
| content: | | |
| $("#register-click-handler").click(() => tryCatch(registerClickHandler)); |