Copiar seleção de retângulo no firefox

10

Como faço para selecionar uma área retangular de texto no firefox? Meu objetivo é copiar algumas colunas de uma tabela html.

Gostaria de selecionar apenas as colunas b e c (valores b1, c1, b2, c2) para esta tabela:

|a1|b1|c1|d1
|a2|b2|c2|d2
    
por Thomas Jung 26.09.2009 / 08:30

2 respostas

16

Se você mantiver pressionada a tecla CTRL (ou Cmd em um Mac), ela permitirá que você faça esse tipo de seleção. Ele não cole no Excel como você esperaria, portanto, você terá que ver se isso é útil para você.

    
por 26.09.2009 / 08:52
4

Veja a extensão do Firefox Table2Clipboard :

Mozilla applications allow to select rows and columns from a table simply pressing Control key and picking rows/columns with left mouse button.
The selection can be copied to clipboard but the original table disposition is lost making ugly results when you paste the text on datasheet applications (eg excel).
If you want to paste data in Microsoft Excel on OpenOffice Calc with correct disposition simply use Table2Clipboard.
Pasting in plain text editors is also supported as CSV file (but you can change rows and columns separators from option dialog)

    
por 26.09.2009 / 10:04