Sort Score
Result 10 results
Languages All
Labels All
Results 2,481 - 2,490 of 244,639 for

cells

(0.21 sec)
  1. [Apose.Cells C++] SaveAs in XLS format crashes ...

    Hello, Using Aspose.Cells for C++ 24.2.0 A pointer exception occurs when saving an Excel file to XLS format (Aspose::Cells::SaveFormat::Excel97To2003) when the Excel file contains Defined Names with an invalid expressi…...Cells C++] SaveAs in XLS format crashes when Excel file..."Defined Names" Aspose.Cells Product Family cells-c chabodfmoodys January...

    forum.aspose.com/t/apose-cells-c-saveas-in-xls-...
  2. Aspose::Words::Tables::Table class | Aspose.Wor...

    Aspose::Words::Tables::Table class. Represents a table in a Word document. To learn more, visit the documentation article in C++....ior) Resizes the table and cells according to the specified auto...ClearBorders () Removes all table and cell borders on this table. ClearShading...

    reference.aspose.com/words/cpp/aspose.words.tab...
  3. 将CSV转换为JSON,使用C++|Documentation

    使用简单易用的Aspose.Cells for C++ API将CSV文件转换为JSON。...Cells支持将CSV转换为JSON。为此,API提供了 ExportRangeToJsonOpt...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/convert-csv-to-json/
  4. Remove Unused Styles in the Workbook with C++|D...

    Remove unused styles in an Excel workbook using Aspose.Cells with C++....Cells provides the Workbook.RemoveUnusedStyles()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/remove-unused-styles-...
  5. Convert Excel to HTML with tooltip using C++|Do...

    Convert Excel to HTML while adding tooltips with Aspose.Cells using C++....Cells supports this by providing HtmlSaveOptions...#include "Aspose.Cells.h" #include "Aspose.Cells/HtmlSaveOptions...

    docs.aspose.com/cells/cpp/convert-excel-to-html...
  6. ConditionalStyle.BottomPadding | Aspose.Words f...

    Adjust the BottomPadding property in ConditionalStyle to customize table cell spacing. Enhance your design with precise control over layout and aesthetics....below the contents of table cells. public double BottomPadding...InsertCell (); builder . Write ( "Cell 1" ); builder . InsertCell ();...

    reference.aspose.com/words/net/aspose.words/con...
  7. ConditionalStyle.bottomPadding property | Aspos...

    ConditionalStyle.bottomPadding property. Gets or sets the amount of space (in points) to add below the contents of table Cells....below the contents of table cells. get bottomPadding () : number...insertCell (); builder . write ( "Cell 1" ); builder . insertCell ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 使用 C++ 检测工作表是否受密码保护|Documentation

    了解如何使用 Aspose.Cells for C++ 检测工作表是否受密码保护。...Cells API 提供检测特定工作表是否受密码保护的方法。本文演示如何使用 Aspose.Cells for C++...C++ API 实现此功能。 Aspose.Cells for C++ 已暴露 Protection.IsProtectedWithPassw...

    docs.aspose.com/cells/zh/cpp/detect-if-workshee...
  9. 如何使用C++设置系列不可见|Documentation

    在Excel图表中,你可能需要将系列设置为不可见。本文介绍如何使用Aspose.Cells与C++实现。...Cells库实现此功能。 如何使用Aspose.Cells设置系列不可见 我们使用以下代码来将系列设置为不可见:...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/how-to-set-series-...
  10. Calculate Page Setup Scaling Factor with JavaSc...

    This article provides sample code explaining how to use the JavaScript API via C++ to calculate Page Setup scaling factor using the Fit to n page(s) wide by m tall option of an Excel worksheet programmatically....Cells Example - Page Scale </ title...body > < script src = "aspose.cells.js.min.js" ></ script > < script...

    docs.aspose.com/cells/javascript-cpp/calculate-...