Sort Score
Result 10 results
Languages All
Labels All
Results 3,491 - 3,500 of 201,197 for

aspose cells

(0.09 sec)
  1. ConditionalStyleCollection.odd_column_banding p...

    ConditionalStyleCollection.odd_column_banding property. Gets the odd column banding style....odd_column_banding ( self ) -> aspose . words . ConditionalStyle...builder . insert_cell () builder . write ( 'Cell 1' ) builder ....

    reference.aspose.com/words/python-net/aspose.wo...
  2. Specify Custom Number Decimal and Group Separat...

    Change Number decimal and group separator in MS Excel and with C++ code by using the Aspose.Cells for C++ API.... Aspose.Cells provides the WorkbookSettings...Custom Separators using Aspose.Cells The following sample code...

    docs.aspose.com/cells/cpp/specify-custom-number...
  3. Add a library reference to VBA project in workb...

    Learn how to add or register library references to the VBA project in a workbook using Aspose.Cells for C++.... You can do it using Aspose.Cells VbaProject.References.A...project in a workbook using Aspose.Cells The following sample code...

    docs.aspose.com/cells/cpp/add-a-library-referen...
  4. Export Document Workbook and Worksheet Properti...

    Learn how to export or avoid exporting Document, Workbook, and Worksheet properties when converting Excel files to HTML using Aspose.Cells for C++....using Microsoft Excel or Aspose.Cells, it also exports various...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/export-document-workb...
  5. Changing the Layout of Pivot Table with C++|Doc...

    Learn how to change the layout of a Pivot Table in Compact, Outline, and Tabular forms using Aspose.Cells for C++....Form Show in Tabular Form Aspose.Cells also provides PivotTable...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/changing-the-layout-o...
  6. Copy Page Setup Settings from Source Worksheet ...

    This article explains how to use the C++ API or Library sample code to copy Page Setup settings from source Worksheet into destination Worksheet programmatically....worksheet to another using Aspose.Cells APIs. Copy Page Setup Settings...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/copy-page-setup-setti...
  7. Freeze panes of Excel Worksheet with C++|Docume...

    In this article, you will learn how to freeze panes of Excel Worksheets programmatically using C++ Library with Aspose.Cells API....columns, then first select a cell (such as B2). Click View > Freeze...labels. Freeze Panes with Aspose.Cells for C++ It’s simple to freeze...

    docs.aspose.com/cells/cpp/how-to-freeze-panes-o...
  8. Trim Leading Blank Rows and Columns while expor...

    Learn how to trim leading blank rows and columns while exporting spreadsheets to CSV format using Aspose.Cells for C++....data2 Here the first three cells or columns are blank. When you...and columns. By default, Aspose.Cells does not discard leading...

    docs.aspose.com/cells/cpp/trim-leading-blank-ro...
  9. Delete redundant spaces after line break while ...

    Learn how to delete redundant spaces after line breaks while importing HTML using Aspose.Cells for C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); U16String html = u8...

    docs.aspose.com/cells/cpp/delete-redundant-spac...
  10. Adding 2-Color Scale and 3-Color Scale Conditio...

    How to use the Aspose.Cells library in C++ to add conditional formatting for two color ratios and three color ratios. By adjusting these criteria, you have more control over how Cells look and appear....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory...

    docs.aspose.com/cells/cpp/adding-2-color-scale-...