jueves, 2 de agosto de 2012
Exportar/Importar datos con Excel desde java
try { /******************AGREGO EL JTABLA A UN ARRAYLIST***************************/ Listtb = new ArrayList (); tb.add(table_exportar); //------------------- exportar_excel excelExporter = new exportar_excel(tb, new File("DATOS_EXPORTADOS.xls")); if (excelExporter.export()) { JOptionPane.showMessageDialog(null, "DATOS EXPORTADOS CON EXITO!"); } } catch (Exception ex) { ex.printStackTrace(); } llama_excel();
WritableFont times10pt = new WritableFont(WritableFont.TAHOMA, 14); // definimos el formato d ela celdaWritableCellFormat times = new WritableCellFormat(times10pt); // Permite si se ajusta automáticamente a las células //times.setWrap(true); // crea una negrita con subrayadoWritableFont times10ptBoldUnderline = new WritableFont(WritableFont.TAHOMA, 10, WritableFont.BOLD, false,UnderlineStyle.SINGLE);fomato_columna = new WritableCellFormat(times10ptBoldUnderline);// Permite que se ajusta automáticamente a las células//fomato_columna.setWrap(true);CellView cv = new CellView();cv.setSize(220);cv.setDimension(70);cv.setFormat(times);cv.setFormat(fomato_columna);//cv.setAutosize(true);// escribimos las columnasaddColumna(sheet, number_columna, 0, columna,fomato_columna);//numero de columna , 0 es la filaaddColumna es elmétodoque nos recibe el numero de filas y columnas que vamos a crear junto con las etiquetas para crear solo las columnas de la tabla en la hoja de excel.
private void addColumna(WritableSheet sheet, int column, int row, String s,WritableCellFormat format)throws RowsExceededException, WriteException { Label label; label = new Label(column, row, s, format); sheet.addCell(label); }¿Importar una hoja de excel a un JTable? para poder leer una hoja de excelnecesitamosde la claseworkbook, esta clase nos permite leer el archivo hay que tener en cuenta que un archivo de excel esta compuesto por varias hojas de trabajo aquíse debe de especificar el numero de la hoja que se va a leer.Para extraer el numero de columnas y filas existentes necesitamos esta clase.
Sheet sheet = workbook.getSheet(0);de esta manera podermos extraer el numero de filas y columnas queesténescritos, con los metodosgetColumns() ygetRows().
Sheet sheet = workbook.getSheet(0); columna.clear(); for (int i = 0; i sheet.getColumns(); i++) { Cell cell1 = sheet.getCell(i, 0); columna.add(cell1.getContents()); } filas.clear(); for (int j = 1; j sheet.getRows(); j++) { Vector d = new Vector(); for (int i = 0; i sheet.getColumns(); i++) { Cell cell = sheet.getCell(i, j); d.add(cell.getContents()); } d.add("\n"); filas.add(d); }DESCARGAR
CLICK EN EL ANUNCIO PARA ACTIVAR EL BOTON DE DESCARGA
Contraseña: www.javaface-elblogdelprogramador.com
Degree Conference Call Insurance Loans Fashion and Design Cord Blood Web Hosting y Dominios Política Recovery Forex Trading Mortgage Online casino SEO Condominios Recetas de Cocina Trading Attomey Lawyer hybrid Cars Dominios Acciones Credit Leyes y abogados Donate Business Vender Anualidad de Pago Tecnología Donate Car for Tax Credit Hosting Technology Claim Abogados Software Transfer Servicios duro de recuperación de la unidad de datos domains loans Gas/Electricity Classes Rehab Treatment Cómo hacer dinero en línea Salud Fotografía digital Politics Condominiums Bufete de Abogados Los préstamos y donaciones Moda y Diseño Negocios
miércoles, 1 de agosto de 2012
Descarga este tutorial de videobrain JQuery para mobiles
CLICK EN EL ANUNCIO PARA ACTIVAR EL BOTON DE DESCARGA
Contraseña: www.javaface-elblogdelprogramador.com
Salud Structures Annuity Settlement Technology Digital Photography Seguro Insurance Rehab Trading Dinero Loans mortgage Web Hosting y Dominios Los préstamos y donaciones Degree Cord Blood Claim Credit hosting Classes Mortgage Attomey Politics Lawyer Universidades Sell Annuity Payment Donate Transfer Donate Car for Tax Credit Treatment Hosting Tecnología Conference Call Software Recovery Asbestos Lawyers Fotografía digital Colegios en línea Gas/Electricity Política hybrid Cars banks Fashion and Design Curso de inglés básico Recetas de Cocina Donar coche a la caridad California Cómo hacer dinero en línea loans Forex Hoteles Web Hosting and Domains
lunes, 30 de julio de 2012
JButton con JPopupMenu mas efectos en java
int lugar= (c.getHeight()+c.getHeight()+25)/2; int centrar=(c.getWidth())/5; popup.show(c, centrar,-lugar);Show() noes permite visualizar el popup donde nosotros queramos.Colocando la enum, ¿pero que es enum?
public enum Orientacion{ TOP, BOTTOM } protected Orientacion orientacion= Orientacion.TOP;//por defecto TOP}
switch (orientacion){ case TOP:{ int lugar= (c.getHeight()+c.getHeight()+25)/2; int centrar=(c.getWidth())/5; popup.show(c, centrar,-lugar); /****************************/ break; } case BOTTOM:{ int lugar= (c.getHeight()+c.getHeight()+2)/2; int centrar=(c.getWidth())/5; popup.show(c, centrar,lugar); /**************************/ break; } /************* }
public void setOrientacion(Orientacion Orientacion) { this.orientacion=Orientacion; } public Orientacion getOrientacion() { return orientacion; }DESCARGAR
CLICK EN EL ANUNCIO PARA ACTIVAR EL BOTON DE DESCARGA
Contraseña: www.javaface-elblogdelprogramador.com
Conference Call Mortgage Insurance Politics Loans Negocios Credit Attomey Dominios Cooking Recipes Structures Annuity Settlement Classes Mobile casino MBA ranking España mortgage Web Hosting y Dominios Juegos online Acciones Lawyer Hosting gratuito Donate Degree Política hybrid Cars Cómo hacer dinero en línea Hosting Claim Abogados SEO Trading Mesothelioma Law Firm Treatment Casino Donate Your Car for Kids Donate Car to Charity California Software Recovery Fashion and Design Curso de inglés básico Transfer Health banks Gas/Electricity Préstamos Rehab Cord Blood hotels Salud Fotografía digital Los préstamos y donaciones
Practicas Java ideal para principiantes
CLICK EN EL ANUNCIO PARA ACTIVAR EL BOTON DE DESCARGA
Contraseña: www.javaface-elblogdelprogramador.com
Vender Anualidad de Pago mortgage Trading Recovery lawyers Hosting gratuito Credit Salud Attomey Hoteles Mobile casino Claim Insurance Gas/Electricity Donate Conference Call Treatment Business Loans Mortgage Fotografía digital Registro de Dominios baratos Hosting Juegos online hotels Lawyer Online games Degree Tecnología Online Making Money Transfer Software Hosting Abogados Sell Annuity Payment Servicios duro de recuperación de la unidad de datos MBA ranking España money Condominios Online casino Structures Annuity Settlement Dominios Bancos Digital Photography Seguros Classes Rehab Cord Blood Cómo hacer dinero en línea Fashion and Design Casino reviews
Aprende sobre los Fundamentos JQuery tutorial
CLICK EN EL ANUNCIO PARA ACTIVAR EL BOTON DE DESCARGA
Contraseña: www.javaface-elblogdelprogramador.com
hybrid Cars Hosting gratuito Los préstamos y donaciones Defensa Penal Abogados de la Florida Forex Trading Fotografía digital Trading Digital Photography Claim banks loans Insurance Recovery Tecnología de la información Web Hosting y Dominios Credit Loans Laws and lawyers Mortgage Cómo hacer dinero en línea Attomey Classes Donate Casino Servicios duro de recuperación de la unidad de datos Rehab Lawyer Bolsa Donate Your Car for Kids Moda y Diseño Degree Transfer Condominiums Business Fashion and Design Asbestos Lawyers Hosting Online casino Conference Call Software Donar coche a la caridad California Juegos online Gas/Electricity Política hotels Treatment Préstamos Recetas de Cocina Cord Blood Salud
domingo, 29 de julio de 2012
Descarga este tutorial 36 pasos para desarrollar un sitio web
CLICK EN EL ANUNCIO PARA ACTIVAR EL BOTON DE DESCARGA
Contraseña: www.javaface-elblogdelprogramador.com
Mobile casino Juegos online domains Fashion and Design Donar Auto en Crédito Fiscal Cord Blood Loans Curso de inglés básico Insurance Los préstamos y donaciones Software Donate Hosting Registro de Dominios baratos Hosting Classes lawyers Degree Trading Mortgage Attomey Salud hybrid Cars Credit hosting Abogados Lawyer Política Digital Photography Moda y Diseño Colegios en línea Claim Leyes y abogados Loans And Donation Fotografía digital Online casino Online Making Money Conference Call Rehab online Hoteles Treatment Recovery Tecnología de la información Transfer Gas/Electricity Commodities Health Donate Your Car for Kids Cómo hacer dinero en línea Web Hosting y Dominios