Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 21,326 for

worksheet

(0.06 sec)
  1. Aspose::Words::Saving::XlsxSaveOptions::get_Sec...

    Aspose::Words::Saving::XlsxSaveOptions::get_SectionMode method. Gets or sets the way how sections are handled when saving to the output XLSX document. The default value is MultipleWorksheets in C++....save document as a separate worksheets. auto doc = System :: MakeObject...be created as a separate worksheet. // Use 'SingleWorksheet'...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Public API Changes in Aspose.Cells 8.9.1|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....IFilePathProvider for exporting worksheets to separate HTML files. These...one worksheet points to a location in another worksheet, where...

    docs.aspose.com/cells/net/public-api-changes-in...
  3. Specifying the Absolute Position of the Pivot I...

    Learn how to specify the absolute position of pivot items in C++ using Aspose.Cells....xlsx" ); // Add new worksheet for pivot table WorksheetCollection...WorksheetCollection worksheets = wb . GetWorksheets (); Worksheet wsPivot...

    docs.aspose.com/cells/cpp/specifying-the-absolu...
  4. 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....adding an image Access a worksheet where an image is to be added...pictures from the selected worksheet Call the add() method in the...

    kb.aspose.com/cells/python/how-to-insert-image-...
  5. Insert a Linked Picture from Web Address|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....the web (http://) into a worksheet. To do so, specify the picture’s...picture from web address to a worksheet. Add Conditional Icons Set...

    docs.aspose.com/cells/python-net/insert-a-linke...
  6. 用C++直接计算自定义函数,无需在工作表中编写|Documentation

    本文介绍如何使用Aspose.Cells库在Microsoft Excel中直接计算自定义函数,而无需在工作表中编写函数。 通过加载现有的Excel文件或创建一个新的Excel文件,我们可以使用Aspose.Cells提供的方法来计算自定义函数并获得结果。 最后,我们将修改后的Excel文件保存到磁盘。...请使用 Worksheet::CalculateFormula(System::String...wb ; // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/direct-calculation...
  7. 在C++中刷新AutoFilter后获取所有隐藏行的索引|Documentation

    学习如何使用Aspose.Cells for C++ API在刷新AutoFilter后获取所有隐藏行的索引。...workbook ( inputFilePath ); Worksheet worksheet = workbook . GetWorksheets...); AutoFilter autoFilter = worksheet . GetAutoFilter (); autoFilter...

    docs.aspose.com/cells/zh/cpp/get-all-hidden-row...
  8. 用C++访问单元格中的表格并利用行列偏移添加值|Documentation

    从单元格访问表格并用C++添加值。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...inside the table Cell cell = worksheet . GetCells (). Get ( u "D5"...

    docs.aspose.com/cells/zh/cpp/accessing-table-fr...
  9. 用 C++ 将 JSON 转换为 Excel|Documentation

    学习如何用 C++ 和 Aspose.Cells 将 JSON 转换为 Excel 文件。...JsonObject object as one worksheet when all child nodes are array...object Workbook book ; Worksheet worksheet = book . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/convert-json-to-ex...
  10. Json|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....additional settings for exporting worksheet to JSON. The following code...demonstrates exporting active worksheet to Json by using SaveFormat...

    docs.aspose.com/cells/net/convert-workbook-to-j...