Sort Score
Result 10 results
Languages All
Labels All
Results 2,641 - 2,650 of 201,195 for

aspose cells

(0.08 sec)
  1. 如何检测文件格式并使用 C++ 判断文件是否被加密|Documentation

    学习如何用 Aspose.Cells 和 C++检测文件格式及判断文件是否被加密。...Aspose.Cells 提供了 FileFormatUtil::DetectFileFormat()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/how-to-detect-a-fi...
  2. Setting Formula Calculation Mode of Workbook wi...

    This article introduces how to set the formula calculation mode of a workbook in Microsoft Excel with Aspose.Cells library using C++. By loading an existing Excel file or creating a new Excel file, we can use the method provided by Aspose.Cells to set the formula calculation mode and get the result. Finally, we save the modified Excel file to disk.... Aspose.Cells also allows you to set the...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/setting-formula-calcu...
  3. Setting Different Headers and Footers For Diffe...

    This article provides sample code that shows how to programmatically set various headers and footers of Excel worksheet Page Setup settings using the C++ Library and API. You can set the headers and footers for the first page, odd pages, and even pages.... Aspose.Cells supports the same feature...and Footers with Aspose.Cells Aspose.Cells behaves the same as...

    docs.aspose.com/cells/cpp/setting-different-hea...
  4. 用C++移除切片器|Documentation

    学习如何用程序在Excel文件中移除切片器,使用Aspose.Cells for C++。...同样,要用Aspose.Cells API程序化移除,可以使用 Worksheet...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/removing-slicer/
  5. Utilize Sheet.SheetId property of OpenXml with ...

    This article shows how to utilize Sheet.SheetId property of OpenXml using Excel manipulation C++ API or Library programmatically.... Aspose.Cells provides the equivalent...property of OpenXml using Aspose.Cells The following sample code...

    docs.aspose.com/cells/cpp/utilize-sheet-sheetid...
  6. How to Detect a File Format and Check if the Fi...

    Learn how to detect a file's format and check if it is encrypted using Aspose.Cells with C++.... Aspose.Cells provides the FileFormat...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/how-to-detect-a-file-...
  7. Set column width to scalable unit like em or pe...

    Learn how to set column width to scalable units like em or percent using Aspose.Cells for C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory...

    docs.aspose.com/cells/cpp/set-column-width-to-s...
  8. How to Insert Image in Excel using Python

    This quick tutorial directs you on how to insert image in Excel using Python. It shares the IDE configuration, a list of programming steps, and a runnable sample code to add picture to Excel using Python....Answers by API Aspose.Total Product Family Aspose.Words Product...Product Family Aspose.PDF Product Family Aspose.Cells Product Family...

    kb.aspose.com/cells/python/how-to-insert-image-...
  9. Specify Individual or Private Set of Fonts for ...

    Learn how to specify individual or private set of fonts for workbook rendering using Aspose.Cells for C++.... Aspose.Cells provides the IndividualFontConfig...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/specify-individual-or...
  10. Removing Slicer with C++|Documentation

    Learn how to remove slicers in Excel files programmatically using Aspose.Cells for C++....want to remove it using Aspose.Cells API programmatically, please...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/removing-slicer/