Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SpreadSheetAddColumn "Insert" differs from ACF #26

Open
Leigh- opened this issue Feb 15, 2011 · 0 comments
Open

SpreadSheetAddColumn "Insert" differs from ACF #26

Leigh- opened this issue Feb 15, 2011 · 0 comments
Labels

Comments

@Leigh-
Copy link

Leigh- commented Feb 15, 2011

Bug\Request
When "insert" is specified, SpreadSheetAddColumn only shifts the replaced cells to the right. ACF shifts the entire column of values to the right.

Actual Results
Only cells A3-A5 (ie "c,d,e") are shifted to the right

Expected Results
All values in column A should be shifted to the right

<cfscript> 
    path  = "c:\testRailo.xls"; 
    sheet = SpreadsheetNew(); 
    SpreadsheetAddColumn(sheet, "a,b,c,d,e"); 
    SpreadsheetAddColumn(sheet, "1,2,3", 3, 1, true);
    SpreadSheetWrite(sheet, path, true); 
</cfscript> 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant