Examples of POI3.0

We can use POIFS if we had a document written in OLE 2 Compound Document Format, probably written using MFC, that you needed to read in Java.We can use HSSF if you needed to read or write an Excel file using Java (XLS).

Examples of POI3.0

We can use POIFS if we had a document written in OLE 2 Compound Document Format, probably written using MFC, that you needed to read in Java.We can use HSSF if you needed to read or write an Excel file using Java (XLS).

Examples of POI3.0

Examples of POI3.0

     

  1. Overview of the POI APIs
    We can use  POIFS if we had a document written in OLE 2 Compound Document Format, probably written using MFC, that you needed to read in Java.We can use  HSSF if you needed to read or write an Excel file using Java (XLS). We can use HWPF for Word Documents , HSLF for PowerPoint Documents and HPSF for Document Properties.You can also read and modify spreadsheets using POI API, although right now writing is more mature.
     
  2. Compressed Sheet Name Unicode 
    In this program we are going to set the sheet name and compress it.
     
  3. Compressed Unicode in Excel Using POI3.0 
    In this program we are going to set the sheet name forcing the encoding.
     
  4. POI Api Event
    In this program we are going to explain about POI API Event.
      
  5. Find Name Of Sheet 
    In this program we are going to find the name of an excel sheet using POI3.0 API Event..
     
  6. Find Row At Column 
    In this program we are going to find records of  an excel sheet using POI3.0 API Event.
     
  7. Find Row Values Of Column 
    In this program we are going to find the value of row from the column of  an excel sheet using POI3.0 API Event.
      
  8. Find String Values 
    In this program we are going to find the String Values of Cell of  an excel sheet using POI3.0 API Event.
      
  9. Set Data Format
    In this program we are setting data format in excel file using Java.
      
  10. Set Full List Data Format 
    In this program we are using the built in format for formatting our data in excel sheet.
      
  11.  Type Of Sheet 
    In this program we are going to find type of an excel sheet using POI3.0 API Event.
      
  12. Type Of Work Book
    In this program we are going to find type of  workbook using POI3.0 API Event.
      
  13. Change Background Of PowerPoint  
    In this program we are going to find type of  workbook using POI3.0 API Event. 
      
  14. Change Background Of PowerPoint Using Picture 
    In this example we are going to create a slide then change background picture of the slide.
      
  15. Change Background of Master Slide  
    In this example we are going to create a slide then change background of the master slide.
      
  16. Change Size Of Silde 
    In this example we are going to create a slide then change the size of the slide.
      
  17. Colorful Slide Title 
    In this example we are going to create a PowerPoint slide and set color full title.
      
  18. Create Power Point Slide 
    In this example we are going to create a PowerPoint slide .
      
  19. Create Auto Shape 
    In this example we are going to create auto shape on PowerPoint slide using java.
      
  20. Create Trapezoid 
    In this example we are going to create a trapezoid on PowerPoint slide using java.
      
  21. Draw Line in PowerPoint Using Java 
    In this example we are going to create line in PowerPoint presentation using java.
      
  22. Inserting Text In Auto Shape 
    In this example we are going to create auto shape and text in PowerPoint slide using java.
      
  23. Inserting Text In Trapezoid 
    In this example we are going to create a trapezoid on PowerPoint slide, then we are inserting  text using java.
      
  24. Retrieve Slide Size 
    In this example we are going to find height and width of the slide. 
      
  25. Set Slide Title  
    In this example we are going to create a PowerPoint slide and set title.
      
  26. Set Textbox in PowerPoint Using Java 
    In this example we are going create textbox to set text in PowerPoint using java.
      
  27. Working With Text Format 
    In this example we are going to create a slide then we will learn how we can work on rich text using java.
      

Back To Java Home.