SpreadsheetView icon indicating copy to clipboard operation
SpreadsheetView copied to clipboard

Full configurable spreadsheet view user interfaces for iOS applications. With this framework, you can easily create complex layouts like schedule, gantt chart or timetable as if you are using Excel.

Results 52 SpreadsheetView issues
Sort by recently updated
recently updated
newest added

## Expected Behavior Calling `spreadsheetView.deselectItem(at: indexPath, animated: true)` in the `spreadsheetView(_:didSelectItemAt:)` delegate method should deselect the item. `UITableView` has this behavior. ## Actual Behavior Calling `spreadsheetView.deselectItem(at: indexPath, animated: true)` in...

## Expected Behavior If i create a UIView and then try to assign the SpreadsheetView Class, I cannot set delegate and datasource and the apps crash! ## Specifications - Xcode...

## Expected Behavior Library should support Accessibility feature ## Actual Behavior Library do not support Accessibility feature ## Steps to Reproduce the Problem 1.Turn on Accessibly in device settings 2.Display...

## Expected Behavior I'm using spreadsheet view, I need to reload only particluar row and column is there any method to allow me this? ## Actual Behavior I'm using spreadsheet...

Updated to Swift 5 and DidScroll delegate added

## Expected Behavior Hi team, I'm facing memory issue when I reload spreadsheet view ## Actual Behavior Once I reload spreadsheet it always increase memory by 5-10 MB. Once memory...

## Enhancement Provide functionality to allow spreadsheet view to be exported to PDF. ### Use Cases - Printing - Saving - Sharing

Hi, I am using objective c version of SpreadsheetView i.e. [SpreadsheetView-ObjC](https://github.com/walidhossain/SpreadsheetView-ObjC). I need to add timeline on my custom created calendar using SpreadsheetView. I am displaying 24 hours timeline and...

## Links resolved: https://github.com/bannzai/SpreadsheetView/issues/278

## Expected Behavior Not to scroll automatically to the end of the textfield when width is greater than the visible width. ## Actual Behavior scrolling automatically to the end of...