Kwalitee Issues

extracts_nicely

Pack the distribution with a proper command such as "make dist" and "./Build dist", or use a distribution builder such as Dist::Zilla, Dist::Milla, Minilla.

Error: More than one top directories are found: Makefile.PL;pm_to_blib;Makefile;docs;MYMETA.yml;bin;MYMETA.json;README.md;git_push.sh;.vscode;.gitignore;lib;blib;.swagger-codegen-ignore;.swagger-codegen

has_manifest

Add a MANIFEST to the distribution. Your buildtool should be able to autogenerate it (eg "make manifest" or "./Build manifest")

has_meta_yml

Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.

has_changelog

Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.

has_tests

Add tests!

no_generated_files

Remove the offending files/directories!

Error: Makefile, pm_to_blib

portable_filenames

Rename those files with alphanumerical characters, or maybe remove them because in many cases they are automatically generated for local installation.

Error:

  • blib/man3/AsposeCellsCloud::ApiFactory.3pm
  • blib/man3/AsposeCellsCloud::Configuration.3pm
  • blib/man3/AsposeCellsCloud::Role.3pm
  • blib/man3/AsposeCellsCloud::Role::AutoDoc.3pm

no_mymeta_files

Update MANIFEST.SKIP to exclude MYMETA files. If you are lazy, add "#!install_default" in your MANIFEST.SKIP and update your ExtUtils::Manifest if necessary, then some of the most common files will be excluded.

has_human_readable_license

Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.

has_license_in_source_file

Add =head1 LICENSE and the text of the license to the main module in your code.

manifest_matches_dist

Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.

Error: Cannot find MANIFEST in dist.

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Class::Accessor
  • Class::Data::Inheritable
  • Class::Inspector
  • List::MoreUtils
  • Module::Find
  • Moose::Role
  • namespace::autoclean

main_module_version_matches_dist_version

Make sure that the main module name and version are the same of the distribution.

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: blib/lib/AsposeCellsCloud/Role.pm -- Around line 133: =over should be: '=over' or '=over positive_number' lib/AsposeCellsCloud/Role.pm -- Around line 133: =over should be: '=over' or '=over positive_number'

meta_yml_declares_perl_version

If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.

has_meta_json

Add a META.json to the distribution. Your buildtool should be able to autogenerate it.

has_tests_in_t_dir

Add tests or move tests.pl to the t/ directory!

no_dot_dirs

Fix MANIFEST (or MANIFEST.SKIP) to exclude dot directories from a distribution. Use an appropriate tool and avoid archiving your working directory by hand. If you switch your version control system, remove old VCS directories after you migrate.

Error: .swagger-codegen,.vscode

proper_libs

Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.

Error: blib/lib/AsposeCellsCloud/ApiClient.pm, blib/lib/AsposeCellsCloud/ApiFactory.pm, blib/lib/AsposeCellsCloud/CellsApi.pm, blib/lib/AsposeCellsCloud/Configuration.pm, blib/lib/AsposeCellsCloud/Object/AboveAverage.pm, blib/lib/AsposeCellsCloud/Object/AccessTokenResponse.pm, blib/lib/AsposeCellsCloud/Object/Area.pm, blib/lib/AsposeCellsCloud/Object/AutoFilter.pm, blib/lib/AsposeCellsCloud/Object/AutoFilterResponse.pm, blib/lib/AsposeCellsCloud/Object/AutoFitterOptions.pm, blib/lib/AsposeCellsCloud/Object/AutoShape.pm, blib/lib/AsposeCellsCloud/Object/AutoShapeResponse.pm, blib/lib/AsposeCellsCloud/Object/AutoShapes.pm, blib/lib/AsposeCellsCloud/Object/AutoShapesResponse.pm, blib/lib/AsposeCellsCloud/Object/Border.pm, blib/lib/AsposeCellsCloud/Object/CalculationOptions.pm, blib/lib/AsposeCellsCloud/Object/Cell.pm, blib/lib/AsposeCellsCloud/Object/CellArea.pm, blib/lib/AsposeCellsCloud/Object/CellResponse.pm, blib/lib/AsposeCellsCloud/Object/CellValue.pm, blib/lib/AsposeCellsCloud/Object/Cells.pm, blib/lib/AsposeCellsCloud/Object/CellsCloudResponse.pm, blib/lib/AsposeCellsCloud/Object/CellsColor.pm, blib/lib/AsposeCellsCloud/Object/CellsDocumentProperties.pm, blib/lib/AsposeCellsCloud/Object/CellsDocumentPropertiesResponse.pm, blib/lib/AsposeCellsCloud/Object/CellsDocumentProperty.pm, blib/lib/AsposeCellsCloud/Object/CellsDocumentPropertyResponse.pm, blib/lib/AsposeCellsCloud/Object/CellsObjectOperateTaskParameter.pm, blib/lib/AsposeCellsCloud/Object/CellsResponse.pm, blib/lib/AsposeCellsCloud/Object/Chart.pm, blib/lib/AsposeCellsCloud/Object/ChartArea.pm, blib/lib/AsposeCellsCloud/Object/ChartAreaResponse.pm, blib/lib/AsposeCellsCloud/Object/ChartFrame.pm, blib/lib/AsposeCellsCloud/Object/ChartOperateParameter.pm, blib/lib/AsposeCellsCloud/Object/Charts.pm, blib/lib/AsposeCellsCloud/Object/ChartsResponse.pm, blib/lib/AsposeCellsCloud/Object/Color.pm, blib/lib/AsposeCellsCloud/Object/ColorFilter.pm, blib/lib/AsposeCellsCloud/Object/ColorFilterRequest.pm, blib/lib/AsposeCellsCloud/Object/ColorScale.pm, blib/lib/AsposeCellsCloud/Object/Column.pm, blib/lib/AsposeCellsCloud/Object/ColumnResponse.pm, blib/lib/AsposeCellsCloud/Object/Columns.pm, blib/lib/AsposeCellsCloud/Object/ColumnsResponse.pm, blib/lib/AsposeCellsCloud/Object/Comment.pm, blib/lib/AsposeCellsCloud/Object/CommentResponse.pm, blib/lib/AsposeCellsCloud/Object/Comments.pm, blib/lib/AsposeCellsCloud/Object/CommentsResponse.pm, blib/lib/AsposeCellsCloud/Object/ConditionalFormatting.pm, blib/lib/AsposeCellsCloud/Object/ConditionalFormattingIcon.pm, blib/lib/AsposeCellsCloud/Object/ConditionalFormattingResponse.pm, blib/lib/AsposeCellsCloud/Object/ConditionalFormattingValue.pm, blib/lib/AsposeCellsCloud/Object/ConditionalFormattings.pm, blib/lib/AsposeCellsCloud/Object/ConditionalFormattingsResponse.pm, blib/lib/AsposeCellsCloud/Object/ConvertTaskParameter.pm, blib/lib/AsposeCellsCloud/Object/CopyOptions.pm, blib/lib/AsposeCellsCloud/Object/CreatePivotTableRequest.pm, blib/lib/AsposeCellsCloud/Object/CustomFilter.pm, blib/lib/AsposeCellsCloud/Object/CustomParserConfig.pm, blib/lib/AsposeCellsCloud/Object/DataBar.pm, blib/lib/AsposeCellsCloud/Object/DataBarBorder.pm, blib/lib/AsposeCellsCloud/Object/DataSorter.pm, blib/lib/AsposeCellsCloud/Object/DifSaveOptions.pm, blib/lib/AsposeCellsCloud/Object/DiscUsage.pm, blib/lib/AsposeCellsCloud/Object/DynamicFilter.pm, blib/lib/AsposeCellsCloud/Object/Error.pm, blib/lib/AsposeCellsCloud/Object/ErrorDetails.pm, blib/lib/AsposeCellsCloud/Object/FileSource.pm, blib/lib/AsposeCellsCloud/Object/FileVersion.pm, blib/lib/AsposeCellsCloud/Object/FileVersions.pm, blib/lib/AsposeCellsCloud/Object/FilesList.pm, blib/lib/AsposeCellsCloud/Object/FilesUploadResult.pm, blib/lib/AsposeCellsCloud/Object/FillFormat.pm, blib/lib/AsposeCellsCloud/Object/FillFormatResponse.pm, blib/lib/AsposeCellsCloud/Object/FilterColumn.pm, blib/lib/AsposeCellsCloud/Object/Font.pm, blib/lib/AsposeCellsCloud/Object/FontSetting.pm, blib/lib/AsposeCellsCloud/Object/FormatCondition.pm, blib/lib/AsposeCellsCloud/Object/GradientFill.pm, blib/lib/AsposeCellsCloud/Object/GradientFillStop.pm, blib/lib/AsposeCellsCloud/Object/HorizontalPageBreak.pm, blib/lib/AsposeCellsCloud/Object/HorizontalPageBreakResponse.pm, blib/lib/AsposeCellsCloud/Object/HorizontalPageBreaks.pm, blib/lib/AsposeCellsCloud/Object/HorizontalPageBreaksResponse.pm, blib/lib/AsposeCellsCloud/Object/HtmlSaveOptions.pm, blib/lib/AsposeCellsCloud/Object/Hyperlink.pm, blib/lib/AsposeCellsCloud/Object/HyperlinkResponse.pm, blib/lib/AsposeCellsCloud/Object/Hyperlinks.pm, blib/lib/AsposeCellsCloud/Object/HyperlinksResponse.pm, blib/lib/AsposeCellsCloud/Object/IconFilter.pm, blib/lib/AsposeCellsCloud/Object/IconSet.pm, blib/lib/AsposeCellsCloud/Object/ImageSaveOptions.pm, blib/lib/AsposeCellsCloud/Object/ImportBatchDataOption.pm, blib/lib/AsposeCellsCloud/Object/ImportCSVDataOption.pm, blib/lib/AsposeCellsCloud/Object/ImportDataTaskParameter.pm, blib/lib/AsposeCellsCloud/Object/ImportDoubleArrayOption.pm, blib/lib/AsposeCellsCloud/Object/ImportIntArrayOption.pm, blib/lib/AsposeCellsCloud/Object/ImportOption.pm, blib/lib/AsposeCellsCloud/Object/ImportStringArrayOption.pm, blib/lib/AsposeCellsCloud/Object/Legend.pm, blib/lib/AsposeCellsCloud/Object/LegendResponse.pm, blib/lib/AsposeCellsCloud/Object/Line.pm, blib/lib/AsposeCellsCloud/Object/LineFormat.pm, blib/lib/AsposeCellsCloud/Object/LineResponse.pm, blib/lib/AsposeCellsCloud/Object/Link.pm, blib/lib/AsposeCellsCloud/Object/LinkElement.pm, blib/lib/AsposeCellsCloud/Object/ListColumn.pm, blib/lib/AsposeCellsCloud/Object/ListObject.pm, blib/lib/AsposeCellsCloud/Object/ListObjectOperateParameter.pm, blib/lib/AsposeCellsCloud/Object/ListObjectResponse.pm, blib/lib/AsposeCellsCloud/Object/ListObjects.pm, blib/lib/AsposeCellsCloud/Object/ListObjectsResponse.pm, blib/lib/AsposeCellsCloud/Object/MHtmlSaveOptions.pm, blib/lib/AsposeCellsCloud/Object/MarkdownSaveOptions.pm, blib/lib/AsposeCellsCloud/Object/MergedCell.pm, blib/lib/AsposeCellsCloud/Object/MergedCellResponse.pm, blib/lib/AsposeCellsCloud/Object/MergedCells.pm, blib/lib/AsposeCellsCloud/Object/MergedCellsResponse.pm, blib/lib/AsposeCellsCloud/Object/MultipleFilter.pm, blib/lib/AsposeCellsCloud/Object/MultipleFilters.pm, blib/lib/AsposeCellsCloud/Object/Name.pm, blib/lib/AsposeCellsCloud/Object/NameResponse.pm, blib/lib/AsposeCellsCloud/Object/Names.pm, blib/lib/AsposeCellsCloud/Object/NamesResponse.pm, blib/lib/AsposeCellsCloud/Object/NegativeBarFormat.pm, blib/lib/AsposeCellsCloud/Object/ObjectExist.pm, blib/lib/AsposeCellsCloud/Object/OdsSaveOptions.pm, blib/lib/AsposeCellsCloud/Object/OleObject.pm, blib/lib/AsposeCellsCloud/Object/OleObjectResponse.pm, blib/lib/AsposeCellsCloud/Object/OleObjects.pm, blib/lib/AsposeCellsCloud/Object/OleObjectsResponse.pm, blib/lib/AsposeCellsCloud/Object/OoxmlSaveOptions.pm, blib/lib/AsposeCellsCloud/Object/OperateObject.pm, blib/lib/AsposeCellsCloud/Object/OperateObjectPosition.pm, blib/lib/AsposeCellsCloud/Object/OperateParameter.pm, blib/lib/AsposeCellsCloud/Object/PageBreakOperateParameter.pm, blib/lib/AsposeCellsCloud/Object/PageSection.pm, blib/lib/AsposeCellsCloud/Object/PageSectionsResponse.pm, blib/lib/AsposeCellsCloud/Object/PageSetup.pm, blib/lib/AsposeCellsCloud/Object/PageSetupOperateParameter.pm, blib/lib/AsposeCellsCloud/Object/PageSetupResponse.pm, blib/lib/AsposeCellsCloud/Object/PasswordRequest.pm, blib/lib/AsposeCellsCloud/Object/PasteOptions.pm, blib/lib/AsposeCellsCloud/Object/PatternFill.pm, blib/lib/AsposeCellsCloud/Object/PdfSaveOptions.pm, blib/lib/AsposeCellsCloud/Object/PdfSecurityOptions.pm, blib/lib/AsposeCellsCloud/Object/PicFormatOption.pm, blib/lib/AsposeCellsCloud/Object/Picture.pm, blib/lib/AsposeCellsCloud/Object/PictureResponse.pm, blib/lib/AsposeCellsCloud/Object/Pictures.pm, blib/lib/AsposeCellsCloud/Object/PicturesResponse.pm, blib/lib/AsposeCellsCloud/Object/PivotField.pm, blib/lib/AsposeCellsCloud/Object/PivotFieldResponse.pm, blib/lib/AsposeCellsCloud/Object/PivotFilter.pm, blib/lib/AsposeCellsCloud/Object/PivotFilterResponse.pm, blib/lib/AsposeCellsCloud/Object/PivotFiltersResponse.pm, blib/lib/AsposeCellsCloud/Object/PivotItem.pm, blib/lib/AsposeCellsCloud/Object/PivotTable.pm, blib/lib/AsposeCellsCloud/Object/PivotTableFieldRequest.pm, blib/lib/AsposeCellsCloud/Object/PivotTableOperateParameter.pm, blib/lib/AsposeCellsCloud/Object/PivotTableResponse.pm, blib/lib/AsposeCellsCloud/Object/PivotTables.pm, blib/lib/AsposeCellsCloud/Object/PivotTablesResponse.pm, blib/lib/AsposeCellsCloud/Object/ProtectSheetParameter.pm, blib/lib/AsposeCellsCloud/Object/Range.pm, blib/lib/AsposeCellsCloud/Object/RangeCopyRequest.pm, blib/lib/AsposeCellsCloud/Object/RangeSetOutlineBorderRequest.pm, blib/lib/AsposeCellsCloud/Object/RangeSetStyleRequest.pm, blib/lib/AsposeCellsCloud/Object/RangeValueResponse.pm, blib/lib/AsposeCellsCloud/Object/Ranges.pm, blib/lib/AsposeCellsCloud/Object/RangesResponse.pm, blib/lib/AsposeCellsCloud/Object/ResultDestination.pm, blib/lib/AsposeCellsCloud/Object/Row.pm, blib/lib/AsposeCellsCloud/Object/RowResponse.pm, blib/lib/AsposeCellsCloud/Object/Rows.pm, blib/lib/AsposeCellsCloud/Object/RowsResponse.pm, blib/lib/AsposeCellsCloud/Object/SaveOptions.pm, blib/lib/AsposeCellsCloud/Object/SaveResponse.pm, blib/lib/AsposeCellsCloud/Object/SaveResult.pm, blib/lib/AsposeCellsCloud/Object/SaveResultTaskParameter.pm, blib/lib/AsposeCellsCloud/Object/ShadowEffect.pm, blib/lib/AsposeCellsCloud/Object/Shape.pm, blib/lib/AsposeCellsCloud/Object/ShapeOperateParameter.pm, blib/lib/AsposeCellsCloud/Object/ShapeResponse.pm, blib/lib/AsposeCellsCloud/Object/Shapes.pm, blib/lib/AsposeCellsCloud/Object/ShapesResponse.pm, blib/lib/AsposeCellsCloud/Object/SingleValue.pm, blib/lib/AsposeCellsCloud/Object/SingleValueResponse.pm, blib/lib/AsposeCellsCloud/Object/SmartMarkerTaskParameter.pm, blib/lib/AsposeCellsCloud/Object/SolidFill.pm, blib/lib/AsposeCellsCloud/Object/SortKey.pm, blib/lib/AsposeCellsCloud/Object/SplitResult.pm, blib/lib/AsposeCellsCloud/Object/SplitResultDocument.pm, blib/lib/AsposeCellsCloud/Object/SplitResultResponse.pm, blib/lib/AsposeCellsCloud/Object/SplitWorkbookTaskParameter.pm, blib/lib/AsposeCellsCloud/Object/SpreadsheetML2003SaveOptions.pm, blib/lib/AsposeCellsCloud/Object/StorageExist.pm, blib/lib/AsposeCellsCloud/Object/StorageFile.pm, blib/lib/AsposeCellsCloud/Object/Style.pm, blib/lib/AsposeCellsCloud/Object/StyleResponse.pm, blib/lib/AsposeCellsCloud/Object/SvgSaveOptions.pm, blib/lib/AsposeCellsCloud/Object/TaskData.pm, blib/lib/AsposeCellsCloud/Object/TaskDescription.pm, blib/lib/AsposeCellsCloud/Object/TaskParameter.pm, blib/lib/AsposeCellsCloud/Object/TextItem.pm, blib/lib/AsposeCellsCloud/Object/TextItems.pm, blib/lib/AsposeCellsCloud/Object/TextItemsResponse.pm, blib/lib/AsposeCellsCloud/Object/TextOptions.pm, blib/lib/AsposeCellsCloud/Object/TextureFill.pm, blib/lib/AsposeCellsCloud/Object/ThemeColor.pm, blib/lib/AsposeCellsCloud/Object/TilePicOption.pm, blib/lib/AsposeCellsCloud/Object/Title.pm, blib/lib/AsposeCellsCloud/Object/TitleResponse.pm, blib/lib/AsposeCellsCloud/Object/Top10.pm, blib/lib/AsposeCellsCloud/Object/Top10Filter.pm, blib/lib/AsposeCellsCloud/Object/TxtSaveOptions.pm, blib/lib/AsposeCellsCloud/Object/Validation.pm, blib/lib/AsposeCellsCloud/Object/ValidationResponse.pm, blib/lib/AsposeCellsCloud/Object/Validations.pm, blib/lib/AsposeCellsCloud/Object/ValidationsResponse.pm, blib/lib/AsposeCellsCloud/Object/ValueType.pm, blib/lib/AsposeCellsCloud/Object/VerticalPageBreak.pm, blib/lib/AsposeCellsCloud/Object/VerticalPageBreakResponse.pm, blib/lib/AsposeCellsCloud/Object/VerticalPageBreaks.pm, blib/lib/AsposeCellsCloud/Object/VerticalPageBreaksResponse.pm, blib/lib/AsposeCellsCloud/Object/Workbook.pm, blib/lib/AsposeCellsCloud/Object/WorkbookEncryptionRequest.pm, blib/lib/AsposeCellsCloud/Object/WorkbookOperateParameter.pm, blib/lib/AsposeCellsCloud/Object/WorkbookProtectionRequest.pm, blib/lib/AsposeCellsCloud/Object/WorkbookReplaceResponse.pm, blib/lib/AsposeCellsCloud/Object/WorkbookResponse.pm, blib/lib/AsposeCellsCloud/Object/WorkbookSettings.pm, blib/lib/AsposeCellsCloud/Object/WorkbookSettingsOperateParameter.pm, blib/lib/AsposeCellsCloud/Object/WorkbookSettingsResponse.pm, blib/lib/AsposeCellsCloud/Object/Worksheet.pm, blib/lib/AsposeCellsCloud/Object/WorksheetMovingRequest.pm, blib/lib/AsposeCellsCloud/Object/WorksheetReplaceResponse.pm, blib/lib/AsposeCellsCloud/Object/WorksheetResponse.pm, blib/lib/AsposeCellsCloud/Object/Worksheets.pm, blib/lib/AsposeCellsCloud/Object/WorksheetsResponse.pm, blib/lib/AsposeCellsCloud/Object/XlsSaveOptions.pm, blib/lib/AsposeCellsCloud/Object/XlsbSaveOptions.pm, blib/lib/AsposeCellsCloud/Object/XpsSaveOptions.pm, blib/lib/AsposeCellsCloud/Role.pm, blib/lib/AsposeCellsCloud/Role/AutoDoc.pm

meta_yml_has_license

Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.

has_known_license_in_source_file

Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.

meta_yml_has_provides

Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.

meta_yml_has_repository_resource

Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).

has_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

has_security_doc

Add SECURITY(.pod|md). See Software::Security::Policy.

security_doc_contains_contact

Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.

has_contributing_doc

Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.

Modules

Name Abstract Version View
AsposeCellsCloud::ApiClient metacpan
AsposeCellsCloud::ApiFactory constructs APIs to retrieve AsposeCellsCloud objects metacpan
AsposeCellsCloud::CellsApi metacpan
AsposeCellsCloud::Configuration holds the configuration for all AsposeCellsCloud Modules metacpan
AsposeCellsCloud::Object::AboveAverage metacpan
AsposeCellsCloud::Object::AccessTokenResponse metacpan
AsposeCellsCloud::Object::Area metacpan
AsposeCellsCloud::Object::AutoFilter metacpan
AsposeCellsCloud::Object::AutoFilterResponse metacpan
AsposeCellsCloud::Object::AutoFitterOptions metacpan
AsposeCellsCloud::Object::AutoShape metacpan
AsposeCellsCloud::Object::AutoShapeResponse metacpan
AsposeCellsCloud::Object::AutoShapes metacpan
AsposeCellsCloud::Object::AutoShapesResponse metacpan
AsposeCellsCloud::Object::Border metacpan
AsposeCellsCloud::Object::CalculationOptions metacpan
AsposeCellsCloud::Object::Cell metacpan
AsposeCellsCloud::Object::CellArea metacpan
AsposeCellsCloud::Object::CellResponse metacpan
AsposeCellsCloud::Object::CellValue metacpan
AsposeCellsCloud::Object::Cells metacpan
AsposeCellsCloud::Object::CellsCloudResponse metacpan
AsposeCellsCloud::Object::CellsColor metacpan
AsposeCellsCloud::Object::CellsDocumentProperties metacpan
AsposeCellsCloud::Object::CellsDocumentPropertiesResponse metacpan
AsposeCellsCloud::Object::CellsDocumentProperty metacpan
AsposeCellsCloud::Object::CellsDocumentPropertyResponse metacpan
AsposeCellsCloud::Object::CellsObjectOperateTaskParameter metacpan
AsposeCellsCloud::Object::CellsResponse metacpan
AsposeCellsCloud::Object::Chart metacpan
AsposeCellsCloud::Object::ChartArea metacpan
AsposeCellsCloud::Object::ChartAreaResponse metacpan
AsposeCellsCloud::Object::ChartFrame metacpan
AsposeCellsCloud::Object::ChartOperateParameter metacpan
AsposeCellsCloud::Object::Charts metacpan
AsposeCellsCloud::Object::ChartsResponse metacpan
AsposeCellsCloud::Object::Color metacpan
AsposeCellsCloud::Object::ColorFilter metacpan
AsposeCellsCloud::Object::ColorFilterRequest metacpan
AsposeCellsCloud::Object::ColorScale metacpan
AsposeCellsCloud::Object::Column metacpan
AsposeCellsCloud::Object::ColumnResponse metacpan
AsposeCellsCloud::Object::Columns metacpan
AsposeCellsCloud::Object::ColumnsResponse metacpan
AsposeCellsCloud::Object::Comment metacpan
AsposeCellsCloud::Object::CommentResponse metacpan
AsposeCellsCloud::Object::Comments metacpan
AsposeCellsCloud::Object::CommentsResponse metacpan
AsposeCellsCloud::Object::ConditionalFormatting metacpan
AsposeCellsCloud::Object::ConditionalFormattingIcon metacpan
AsposeCellsCloud::Object::ConditionalFormattingResponse metacpan
AsposeCellsCloud::Object::ConditionalFormattingValue metacpan
AsposeCellsCloud::Object::ConditionalFormattings metacpan
AsposeCellsCloud::Object::ConditionalFormattingsResponse metacpan
AsposeCellsCloud::Object::ConvertTaskParameter metacpan
AsposeCellsCloud::Object::CopyOptions metacpan
AsposeCellsCloud::Object::CreatePivotTableRequest metacpan
AsposeCellsCloud::Object::CustomFilter metacpan
AsposeCellsCloud::Object::CustomParserConfig metacpan
AsposeCellsCloud::Object::DataBar metacpan
AsposeCellsCloud::Object::DataBarBorder metacpan
AsposeCellsCloud::Object::DataSorter metacpan
AsposeCellsCloud::Object::DifSaveOptions metacpan
AsposeCellsCloud::Object::DiscUsage metacpan
AsposeCellsCloud::Object::DynamicFilter metacpan
AsposeCellsCloud::Object::Error metacpan
AsposeCellsCloud::Object::ErrorDetails metacpan
AsposeCellsCloud::Object::FileSource metacpan
AsposeCellsCloud::Object::FileVersion metacpan
AsposeCellsCloud::Object::FileVersions metacpan
AsposeCellsCloud::Object::FilesList metacpan
AsposeCellsCloud::Object::FilesUploadResult metacpan
AsposeCellsCloud::Object::FillFormat metacpan
AsposeCellsCloud::Object::FillFormatResponse metacpan
AsposeCellsCloud::Object::FilterColumn metacpan
AsposeCellsCloud::Object::Font metacpan
AsposeCellsCloud::Object::FontSetting metacpan
AsposeCellsCloud::Object::FormatCondition metacpan
AsposeCellsCloud::Object::GradientFill metacpan
AsposeCellsCloud::Object::GradientFillStop metacpan
AsposeCellsCloud::Object::HorizontalPageBreak metacpan
AsposeCellsCloud::Object::HorizontalPageBreakResponse metacpan
AsposeCellsCloud::Object::HorizontalPageBreaks metacpan
AsposeCellsCloud::Object::HorizontalPageBreaksResponse metacpan
AsposeCellsCloud::Object::HtmlSaveOptions metacpan
AsposeCellsCloud::Object::Hyperlink metacpan
AsposeCellsCloud::Object::HyperlinkResponse metacpan
AsposeCellsCloud::Object::Hyperlinks metacpan
AsposeCellsCloud::Object::HyperlinksResponse metacpan
AsposeCellsCloud::Object::IconFilter metacpan
AsposeCellsCloud::Object::IconSet metacpan
AsposeCellsCloud::Object::ImageSaveOptions metacpan
AsposeCellsCloud::Object::ImportBatchDataOption metacpan
AsposeCellsCloud::Object::ImportCSVDataOption metacpan
AsposeCellsCloud::Object::ImportDataTaskParameter metacpan
AsposeCellsCloud::Object::ImportDoubleArrayOption metacpan
AsposeCellsCloud::Object::ImportIntArrayOption metacpan
AsposeCellsCloud::Object::ImportOption metacpan
AsposeCellsCloud::Object::ImportStringArrayOption metacpan
AsposeCellsCloud::Object::Legend metacpan
AsposeCellsCloud::Object::LegendResponse metacpan
AsposeCellsCloud::Object::Line metacpan
AsposeCellsCloud::Object::LineFormat metacpan
AsposeCellsCloud::Object::LineResponse metacpan
AsposeCellsCloud::Object::Link metacpan
AsposeCellsCloud::Object::LinkElement metacpan
AsposeCellsCloud::Object::ListColumn metacpan
AsposeCellsCloud::Object::ListObject metacpan
AsposeCellsCloud::Object::ListObjectOperateParameter metacpan
AsposeCellsCloud::Object::ListObjectResponse metacpan
AsposeCellsCloud::Object::ListObjects metacpan
AsposeCellsCloud::Object::ListObjectsResponse metacpan
AsposeCellsCloud::Object::MHtmlSaveOptions metacpan
AsposeCellsCloud::Object::MarkdownSaveOptions metacpan
AsposeCellsCloud::Object::MergedCell metacpan
AsposeCellsCloud::Object::MergedCellResponse metacpan
AsposeCellsCloud::Object::MergedCells metacpan
AsposeCellsCloud::Object::MergedCellsResponse metacpan
AsposeCellsCloud::Object::MultipleFilter metacpan
AsposeCellsCloud::Object::MultipleFilters metacpan
AsposeCellsCloud::Object::Name metacpan
AsposeCellsCloud::Object::NameResponse metacpan
AsposeCellsCloud::Object::Names metacpan
AsposeCellsCloud::Object::NamesResponse metacpan
AsposeCellsCloud::Object::NegativeBarFormat metacpan
AsposeCellsCloud::Object::ObjectExist metacpan
AsposeCellsCloud::Object::OdsSaveOptions metacpan
AsposeCellsCloud::Object::OleObject metacpan
AsposeCellsCloud::Object::OleObjectResponse metacpan
AsposeCellsCloud::Object::OleObjects metacpan
AsposeCellsCloud::Object::OleObjectsResponse metacpan
AsposeCellsCloud::Object::OoxmlSaveOptions metacpan
AsposeCellsCloud::Object::OperateObject metacpan
AsposeCellsCloud::Object::OperateObjectPosition metacpan
AsposeCellsCloud::Object::OperateParameter metacpan
AsposeCellsCloud::Object::PageBreakOperateParameter metacpan
AsposeCellsCloud::Object::PageSection metacpan
AsposeCellsCloud::Object::PageSectionsResponse metacpan
AsposeCellsCloud::Object::PageSetup metacpan
AsposeCellsCloud::Object::PageSetupOperateParameter metacpan
AsposeCellsCloud::Object::PageSetupResponse metacpan
AsposeCellsCloud::Object::PasswordRequest metacpan
AsposeCellsCloud::Object::PasteOptions metacpan
AsposeCellsCloud::Object::PatternFill metacpan
AsposeCellsCloud::Object::PdfSaveOptions metacpan
AsposeCellsCloud::Object::PdfSecurityOptions metacpan
AsposeCellsCloud::Object::PicFormatOption metacpan
AsposeCellsCloud::Object::Picture metacpan
AsposeCellsCloud::Object::PictureResponse metacpan
AsposeCellsCloud::Object::Pictures metacpan
AsposeCellsCloud::Object::PicturesResponse metacpan
AsposeCellsCloud::Object::PivotField metacpan
AsposeCellsCloud::Object::PivotFieldResponse metacpan
AsposeCellsCloud::Object::PivotFilter metacpan
AsposeCellsCloud::Object::PivotFilterResponse metacpan
AsposeCellsCloud::Object::PivotFiltersResponse metacpan
AsposeCellsCloud::Object::PivotItem metacpan
AsposeCellsCloud::Object::PivotTable metacpan
AsposeCellsCloud::Object::PivotTableFieldRequest metacpan
AsposeCellsCloud::Object::PivotTableOperateParameter metacpan
AsposeCellsCloud::Object::PivotTableResponse metacpan
AsposeCellsCloud::Object::PivotTables metacpan
AsposeCellsCloud::Object::PivotTablesResponse metacpan
AsposeCellsCloud::Object::ProtectSheetParameter metacpan
AsposeCellsCloud::Object::Range metacpan
AsposeCellsCloud::Object::RangeCopyRequest metacpan
AsposeCellsCloud::Object::RangeSetOutlineBorderRequest metacpan
AsposeCellsCloud::Object::RangeSetStyleRequest metacpan
AsposeCellsCloud::Object::RangeValueResponse metacpan
AsposeCellsCloud::Object::Ranges metacpan
AsposeCellsCloud::Object::RangesResponse metacpan
AsposeCellsCloud::Object::ResultDestination metacpan
AsposeCellsCloud::Object::Row metacpan
AsposeCellsCloud::Object::RowResponse metacpan
AsposeCellsCloud::Object::Rows metacpan
AsposeCellsCloud::Object::RowsResponse metacpan
AsposeCellsCloud::Object::SaveOptions metacpan
AsposeCellsCloud::Object::SaveResponse metacpan
AsposeCellsCloud::Object::SaveResult metacpan
AsposeCellsCloud::Object::SaveResultTaskParameter metacpan
AsposeCellsCloud::Object::ShadowEffect metacpan
AsposeCellsCloud::Object::Shape metacpan
AsposeCellsCloud::Object::ShapeOperateParameter metacpan
AsposeCellsCloud::Object::ShapeResponse metacpan
AsposeCellsCloud::Object::Shapes metacpan
AsposeCellsCloud::Object::ShapesResponse metacpan
AsposeCellsCloud::Object::SingleValue metacpan
AsposeCellsCloud::Object::SingleValueResponse metacpan
AsposeCellsCloud::Object::SmartMarkerTaskParameter metacpan
AsposeCellsCloud::Object::SolidFill metacpan
AsposeCellsCloud::Object::SortKey metacpan
AsposeCellsCloud::Object::SplitResult metacpan
AsposeCellsCloud::Object::SplitResultDocument metacpan
AsposeCellsCloud::Object::SplitResultResponse metacpan
AsposeCellsCloud::Object::SplitWorkbookTaskParameter metacpan
AsposeCellsCloud::Object::SpreadsheetML2003SaveOptions metacpan
AsposeCellsCloud::Object::StorageExist metacpan
AsposeCellsCloud::Object::StorageFile metacpan
AsposeCellsCloud::Object::Style metacpan
AsposeCellsCloud::Object::StyleResponse metacpan
AsposeCellsCloud::Object::SvgSaveOptions metacpan
AsposeCellsCloud::Object::TaskData metacpan
AsposeCellsCloud::Object::TaskDescription metacpan
AsposeCellsCloud::Object::TaskParameter metacpan
AsposeCellsCloud::Object::TextItem metacpan
AsposeCellsCloud::Object::TextItems metacpan
AsposeCellsCloud::Object::TextItemsResponse metacpan
AsposeCellsCloud::Object::TextOptions metacpan
AsposeCellsCloud::Object::TextureFill metacpan
AsposeCellsCloud::Object::ThemeColor metacpan
AsposeCellsCloud::Object::TilePicOption metacpan
AsposeCellsCloud::Object::Title metacpan
AsposeCellsCloud::Object::TitleResponse metacpan
AsposeCellsCloud::Object::Top10 metacpan
AsposeCellsCloud::Object::Top10Filter metacpan
AsposeCellsCloud::Object::TxtSaveOptions metacpan
AsposeCellsCloud::Object::Validation metacpan
AsposeCellsCloud::Object::ValidationResponse metacpan
AsposeCellsCloud::Object::Validations metacpan
AsposeCellsCloud::Object::ValidationsResponse metacpan
AsposeCellsCloud::Object::ValueType metacpan
AsposeCellsCloud::Object::VerticalPageBreak metacpan
AsposeCellsCloud::Object::VerticalPageBreakResponse metacpan
AsposeCellsCloud::Object::VerticalPageBreaks metacpan
AsposeCellsCloud::Object::VerticalPageBreaksResponse metacpan
AsposeCellsCloud::Object::Workbook metacpan
AsposeCellsCloud::Object::WorkbookEncryptionRequest metacpan
AsposeCellsCloud::Object::WorkbookOperateParameter metacpan
AsposeCellsCloud::Object::WorkbookProtectionRequest metacpan
AsposeCellsCloud::Object::WorkbookReplaceResponse metacpan
AsposeCellsCloud::Object::WorkbookResponse metacpan
AsposeCellsCloud::Object::WorkbookSettings metacpan
AsposeCellsCloud::Object::WorkbookSettingsOperateParameter metacpan
AsposeCellsCloud::Object::WorkbookSettingsResponse metacpan
AsposeCellsCloud::Object::Worksheet metacpan
AsposeCellsCloud::Object::WorksheetMovingRequest metacpan
AsposeCellsCloud::Object::WorksheetReplaceResponse metacpan
AsposeCellsCloud::Object::WorksheetResponse metacpan
AsposeCellsCloud::Object::Worksheets metacpan
AsposeCellsCloud::Object::WorksheetsResponse metacpan
AsposeCellsCloud::Object::XlsSaveOptions metacpan
AsposeCellsCloud::Object::XlsbSaveOptions metacpan
AsposeCellsCloud::Object::XpsSaveOptions metacpan
AsposeCellsCloud::Role a Moose role for the Aspose.Cells Cloud SDK APIs. metacpan
AsposeCellsCloud::Role::AutoDoc metacpan

Other Files

Makefile.PL metacpan
README.md metacpan