Skip to content

KotlinPOI program implements an application that simply reads and writes Microsoft Office files (docx, xlsx, and pptx) using Apache POI library and written in Kotlin.

License

Notifications You must be signed in to change notification settings

avinriyan/KotlinPOI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KotlinPOI

KotlinPOI program implements an application that simply reads and writes Microsoft Office files (docx, xlsx, and pptx) using Apache POI library and written in Kotlin.

Usage

Function call example that writes docx, xlsx, and pptx files in Windows Operating System

createDocx("C:/Users/Public/Documents/document.docx", "Hello, world!")
createXlsx("C:/Users/Public/Documents/workbook.xlsx", "Hello, world!")
createPptx("C:/Users/Public/Documents/presentation.pptx", "Hello, world!")

Function call example that reads docx, xlsx, and pptx files in Windows Operating System

readDocx("C:/Users/Public/Documents/document.docx")
readXlsx("C:/Users/Public/Documents/workbook.xlsx")
readPptx("C:/Users/Public/Documents/presentation.pptx")

License

Apache License (Version 2.0)

About

KotlinPOI program implements an application that simply reads and writes Microsoft Office files (docx, xlsx, and pptx) using Apache POI library and written in Kotlin.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages