Giter Site home page Giter Site logo

lab-excel-download's Introduction

Image description

ProGrad Lab | Excel Download

A Quick Introduction

Our ProGrad team relentlessly works to ensure that every student gets the best of things. In this process, we collect feedback from our students and work on it to make the experience seamless. Recently, our team has designed a feedback form & would want your help building it.

Could you help us out?

What should you do

Fork this repo
Clone this repo
Practice Java basics - operators, conditions, loops, class and object

How To Submit

Upon completion, run the following commands:

git add .
git commit -m "ProGrad ID"
git push origin master

And finally, create a pull request so your ProGrad Mentor (PM) can review your work.

Instructions

Go to Java Resources -> src folder. You will have three packages src/controller, src/service and src/model. Do not modify the entire code. Instructions are given in the comments. Edit the code as per the instructions given inside the comment lines.

Progression -1

Create a class called ProGrad with the following parameters

	private String name;
	private String id;
	private String rate;
	private String comment;
	private String recommend;
	
Generate getters and setters.
Generate a constructor with the following parameters (String name, String id, String rate, String comment, String recommend)

Progression - 2

Go to src/service. Open the ExcelGenerator and fill the logic inside the excelGenerate method.
Your excelGenerate method should return the HSSFWorkbook object as output
Stick to the instructions clearly. If you face any issue contact your mentor to get guidance. 

Run the Project

Uncomment the lines given in ProgradDetailsController Right-click on the project -> go to Run as -> Run on server. You can check the output in eclipse browser or in your browser.

Testing

Go to src/testing - inside TestProGrad - uncomment the lines to test your program Right-click on the project -> go to Run as -> Junit Test. All the test cases must be evaluated.

lab-excel-download's People

Contributors

prograd-org avatar coder-venkateshs avatar bhuvanajothivel avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.