Sort Score
Result 10 results
Languages All
Labels All
Results 2,321 - 2,330 of 103,853 for

workbook

(0.13 sec)
  1. Avoid exponential notation of large numbers whi...

    Learn how to avoid exponential notation of large numbers while importing from HTML using Aspose.Cells for C++.... size ())); Workbook workbook ( data , loadOptions );...); Worksheet sheet = workbook . GetWorksheets (). Get ( 0 );...

    docs.aspose.com/cells/cpp/avoid-exponential-not...
  2. How to add a PivotChart using Aspose.Cells for ...

    How to add a PivotChart using Aspose.Cells for Node.js via C++....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/how-to-add-piv...
  3. 使用 Node.js 通过 C++ 处理嵌套评论|Documentation

    使用 Aspose.Cells for Node.js via C++ 管理 Excel 文档中的嵌套评论。学习添加、读取、编辑和删除嵌套评论。..."output" ); const workbook = new AsposeCells . Workbook (); // Add Author...Author const authorIndex = workbook . getWorksheets (). getThreadedCommentAu...

    docs.aspose.com/cells/zh/nodejs-cpp/threaded-co...
  4. Get Pivot Table refresh date and refresh‑by‑who...

    Learn how to fetch the refresh date and refresh‑by‑who information from a Workbook using Aspose.Cells with C++....refresh‑by‑who information from a workbook. PivotTable.GetRefreshDate()...01_SourceDirectory \\ " ); Workbook workbook ( srcDir + u "sourcePivotTable...

    docs.aspose.com/cells/cpp/get-pivot-table-refre...
  5. Copy and Move Worksheets Within and Between Wor...

    Learn how to copy and move worksheets within and between Excel Workbooks using Aspose.Cells for C++....Worksheets Within and Between Workbooks with Golang via C++ Contents...you might want to create a workbook with sheets that contain the...

    docs.aspose.com/cells/go-cpp/copy-and-move-work...
  6. 通过C++用JavaScript预览工作簿|Documentation

    Aspose.Cells支持使用JavaScript通过C++打印和预览Excel文件,无需安装Microsoft Excel。...要生成整个工作簿的打印预览,需要传入 Workbook 和 ImageOrPrintOptions 对象实例化..."text/javascript" > const { Workbook , ImageOrPrintOptions , WorkbookPrintingPrev...

    docs.aspose.com/cells/zh/javascript-cpp/workboo...
  7. 加载或导入带有公式的CSV文件 via JavaScript|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++加载和导入包含公式的CSV文件。..."text/javascript" > const { Workbook , TxtLoadOptions , SaveFormat...hasFormula = true ; const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/zh/javascript-cpp/load-or...
  8. Unable to view the charts/graphs in the aspose ...

    Hello Aspose, I am unable to view the charts/graphs in the attached sample .xls file. currently it is showing as blank, please look into this and do the needful. image.png (20.0 KB) ENE.PC.00000058.zip (178.7 KB) T…...Aspose Cells, loading the workbook with full data, and/or converting...rendering them unless the workbook is fully loaded. Default loading...

    forum.aspose.com/t/unable-to-view-the-charts-gr...
  9. Aspose.cell 读取Excel模板时 嵌入式图片转丢了 - Free Support ...

    测试代码如下: public void testImage111() throws Exception { String template = "files/template.xlsx"; Workbook book = new Workbook(template); book.getWorksheets().get(0).getCells().get(0,2).setValue("dddddd"); …...xlsx"; Workbook book = new Workbook(template); book...如果要WPS兼容,使用以下代码: Workbook workbook = new Workbook(dir + “Template...

    forum.aspose.com/t/aspose-cell-excel/308462
  10. 用 JavaScript 通过 C++ 追踪 Excel 转换为 TIFF 的进度|Docum...

    学习如何用 Aspose.Cells for JavaScript 通过 C++ 追踪 Excel 文件转换为 TIFF 的过程。在转换过程中提升用户体验。...> < body > < h1 > Convert Workbook to TIFF </ h1 > < input type..."text/javascript" > const { Workbook , ImageOrPrintOptions , WorkbookRender...

    docs.aspose.com/cells/zh/javascript-cpp/track-c...