Sort Score
Result 10 results
Languages All
Labels All
Results 7,161 - 7,170 of 21,299 for

worksheet

(0.08 sec)
  1. Calcular fórmulas con Node.js vía C++|Documenta...

    Este artículo presenta cómo utilizar la biblioteca Aspose.Cells para calcular fórmulas en Microsoft Excel usando Node.js vía C++. Al cargar un archivo Excel existente o crear uno nuevo, podemos usar los métodos proporcionados por Aspose.Cells para calcular la fórmula y obtener el resultado. Finalmente, guardamos el archivo Excel modificado en disco....calculateFormula(string) de la clase Worksheet que procesa todas las fórmulas...Workbook (); // Adding a new worksheet to the Excel object const...

    docs.aspose.com/cells/es/nodejs-cpp/calculate-f...
  2. Mostrar y ocultar filas, columnas y barras de d...

    Este artículo demuestra cómo mostrar u ocultar programáticamente filas y columnas de la hoja de Excel usando Node.js vía C++. Controle la visibilidad de las barras de desplazamiento y oculte múltiples filas y columnas de manera eficiente....representada por la clase Worksheet . La clase Worksheet proporciona una...the first worksheet in the Excel file const worksheet = workbook...

    docs.aspose.com/cells/es/nodejs-cpp/show-and-hi...
  3. Aspose.Cells 8.5.2のPublic APIの変更|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....//Access first worksheet Worksheet worksheet = workbook . getWorksheets...setOnePagePerSheet ( true ); //Render worksheet to graphics context SheetRender...

    docs.aspose.com/cells/ja/java/public-api-change...
  4. تنسيق الخلايا باستخدام Node.js عبر C++|Document...

    تعلم كيفية تنسيق وتجميل الخلايا في Aspose.Cells for Node.js via C++، بما في ذلك تنسيق الأرقام، تنسيق التاريخ، أنماط الخط، وخيارات نمط الخلية الأخرى. ستساعدك دليلك على إنشاء جداول بيانات جذابة واحترافية المظهر....reference of the first worksheet const worksheet = workbook . getWorksheets...cell from the worksheet const cell = worksheet . getCells ()...

    docs.aspose.com/cells/ar/nodejs-cpp/cells-forma...
  5. Wie man Drucktitel mit C++ festlegt|Documentation

    Dieser Artikel zeigt Ihnen Code, der erklärt, wie man Drucktitel mit der Aspose.Cells Bibliothek in C++ festlegt....Eigenschaften Worksheet.GetPrintTitleRows() und Worksheet.GetPrintTitleColumns()...Access the desired worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/de/cpp/how-to-set-print-t...
  6. Verwendung der ICustomFunction Funktion|Documen...

    Dieser Artikel beschreibt, wie man eine benutzerdefinierte Funktion in Microsoft Excel mithilfe des ICustomFunction Features in der Aspose.Cells Bibliothek erstellt. Durch Laden einer vorhandenen Excel Datei oder Erstellen einer neuen Excel Datei können wir die von Aspose.Cells bereitgestellten Methoden verwenden, um benutzerdefinierte Funktionen zu definieren und zu registrieren und die Ergebnisse zu erhalten. Schließlich speichern wir die modifizierte Excel Datei auf der Festplatte....reference of the first worksheet Worksheet worksheet = workbook . getWorksheets...sample value to "A1" cell worksheet . getCells (). get ( "B1"...

    docs.aspose.com/cells/de/java/how-to-calculate-...
  7. Come impostare i titoli di stampa con C++|Docum...

    Questo articolo mostra un codice che spiega come impostare i titoli di stampa usando la libreria Aspose.Cells con C++....proprietà Worksheet.GetPrintTitleRows() e Worksheet.GetPrintTitleColumns()...Access the desired worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/it/cpp/how-to-set-print-t...
  8. Ottieni il range massimo in un foglio di lavoro...

    Questo articolo descrive come ottenere il range massimo, il massimo intervallo di dati, il massimo intervallo di visualizzazione dei file Excel con la libreria Aspose.Cells for C++....xlsx" ); // Get all the worksheets in the workbook WorksheetCollection...WorksheetCollection worksheets = workbook . GetWorksheets (); Worksheet sheet...

    docs.aspose.com/cells/it/cpp/get-max-range-in-a...
  9. Gestire commenti e note con C++|Documentation

    Inserire e gestire commenti o note con Aspose.Cells for C++....(incapsulato nell’oggetto Worksheet ). Il nuovo oggetto Comment...Workbook workbook ; // Add a new worksheet to the workbook int32_t sheetIndex...

    docs.aspose.com/cells/it/cpp/comments-and-notes/
  10. إدارة التعليقات والملاحظات باستخدام C++|Documen...

    إدراج وإدارة التعليقات أو الملاحظات مع Aspose.Cells for C++....Comments (المغلفة في الكائن Worksheet ). يمكن الوصول إلى الكائن...Workbook workbook ; // Add a new worksheet to the workbook int32_t sheetIndex...

    docs.aspose.com/cells/ar/cpp/comments-and-notes/