/NexCell

Primary LanguageJavaApache License 2.0Apache-2.0

NexCell

NexCell is a very simple spreadsheet created for a school exam. For this reason, some implementation choices may seem strange but have been made to respect the delivery; in particular I leave some implementation obligations:

  • Exploit the mechanisms of encapsulation, inheritance and polymorphism.
  • For inheritance it is possible to exploit abstract classes and interfaces; relationships are considered excluded of direct inheritance from Java library classes.
  • Use library data structures and generics.

Download

NexCell can be downloaded by cloning the sources:

  • git clone https://github.com/F3FFO/NexCell.git

Otherwise download from here

Used libraries, components and icons

License

Copyright 2022 F3FFO - Federico Pierantoni

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.