Sort Score
Result 10 results
Languages All
Labels All
Results 3,201 - 3,210 of 241,499 for

cells

(0.36 sec)
  1. Convert CSV to JSON with C++|Documentation

    Convert a CSV file to JSON by using the simple-to-use Aspose.Cells for C++ API....Cells supports converting CSV to JSON...exports the string values of the cells to JSON. GetHasHeaderRow() :...

    docs.aspose.com/cells/cpp/convert-csv-to-json/
  2. 使用C++导出Web浏览器不支持的类似边框样式|Documentation

    学习如何使用Aspose.Cells结合C++导出Web浏览器不支持的边框样式。...Cells将此类Excel文件转为HTML时,这些边框会被移除。除了移除,Aspose.Cells还支持显示这些边框,通过设置...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/export-similar-bor...
  3. 使用C++将含图片或图表的XLS文件转换成PDF|Documentation

    使用Aspose.Cells将含有图像或图表的XLS文件转换为PDF文件。...Cells支持将包含图片和图表的XLS文件转换为PDF文档。Aspose.Cells for C++可...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/convert-xls-file-w...
  4. How to Add/Insert TextBox to Worksheet with C++...

    How to add/insert a TextBox to a worksheet in Aspose.Cells with C++....Cells When you need to bulk insert...document will help. Aspose.Cells provides an API to easily perform...

    docs.aspose.com/cells/cpp/add-text-box-to-works...
  5. 在没有内容时输出空白页面(C++)|Documentation

    使用C++处理空工作表并打印空白页面...Cells在导出工作表为图像时不会打印任何内容。可以通过设置 ImageOrPrintOptions...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/output-blank-page-...
  6. RowFormat | Aspose.Words for Java

    Represents all formatting for a table row in Java....modify the format of rows and cells in a table. Document doc = new...formatting // of the contents of all cells in this row. RowFormat rowFormat...

    reference.aspose.com/words/java/com.aspose.word...
  7. 使用C++导出带有viewBox属性的SVG图表|Documentation

    使用Aspose.Cells结合C++将带有viewBox属性的图表导出为SVG格式。...Cells提供了 ImageOrPrintOptions.GetSVGFitToViewPort()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/export-chart-to-sv...
  8. Data in Non-Primitive Shape with C++|Documentation

    Access and manipulate data in non‑primitive shapes using Aspose.Cells with C++....Cells, non‑primitive shapes are assigned...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/cpp/data-in-non-primitive...
  9. 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++....Cells provides the FileFormatUtil...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/how-to-detect-a-file-...
  10. Aspose::Words::DocumentBuilder::get_ParagraphFo...

    Aspose::Words::DocumentBuilder::get_ParagraphFormat method. Returns an object that represents current paragraph formatting properties in C++....current cell/row its cursor is in, // as well as any new cells and...-> Write ( u "Header Row, \n Cell 1" ); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words/doc...