
Search In
Hello Friend,
Many times we need to find and remove duplicate data in the spreadsheet and may of us do this task manually.
But what if one have a large data containing thousand of columns will you then do this one by one, for me it will be impossib
AXLSX gem is one the most recommended gem for the creating excel file in rails application.
To integrate AXLSX gem, we have following steps.
first we need to insert gem in our gemfile
gem 'axlsx_rails'
and run
bundle install
Now we nee
To generate an excel file in core php we can use PHPExcel library.
download library from the following link here - Download PHPExcel library
Lets cut the chase and see how can we do it :
First of all extract the .zip folder of the l
We can share posts in twitter by using following steps.
First add one button on view controller and give action to it.
import one in your project that is-> #import <Social/Social.h>
Now in button action write following code->
I have two Google Sheets named Sheet_1 and Sheet_2. I want to link both these Google Sheets and fetch the cell’s numerical data from Sheet_2 to a specific cell location in Sheet_1.
&
I've been working on a project and I'm stuck at how to display a certain info when I found the word. For example. I want to search the balance sheet data of January 2015 and it will display the rest of the info in the file when found the exac
Hello Guys
Bellow code will help you to generate excel file in java. Herebelow I have used apache poi jar file version: poi3.8.jar .
You can download jar file from given bellow link
http://poi.apache.org/download.html
Now Create ExcelExample.java
Am trying to insert am excel table into oracle database and when i try i get issuesmy table to the database doesnt get formatted correct
public
Can anyone help to know, How can I resize sprite in AS3 without scaling the child elements?
In order to repeat header row in LibreOffice do following:
Format->Print Ranges->Rows to Repeat > Edit Print Ranges
Print range -entire sheet
Rows to repeat -user defined- $1:$5
Colu